forked from viewit/OrcaSlicer-KX
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
GitHub
parent
dc51cb8d02
commit
e71252977b
@ -1070,7 +1070,7 @@ void ObjectGrid::paste_data( wxTextDataObject& text_data )
|
||||
if ((src_row_cnt == 1) && (src_col_cnt == 1))
|
||||
{
|
||||
if ((dst_col_cnt != 1) || (dst_left_col != src_left_col)) {
|
||||
wxLogWarning(_L("one cell can only be copied to one or multiple cells in the same column"));
|
||||
wxLogWarning(_L("One cell can only be copied to one or more cells in the same column."));
|
||||
}
|
||||
else {
|
||||
split(buf, string_array);
|
||||
|
||||
Reference in New Issue
Block a user