mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
GitHub
parent
2806398e79
commit
72a4597107
@@ -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