mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-11 13:56:04 -06:00
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
parent
2806398e79
commit
72a4597107
39 changed files with 594 additions and 562 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue