mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Fix the spelling/grammar on the original english strings (#9487)
* Fix the spelling/grammar on english strings * Fix the spelling/grammar on english strings, part 2
This commit is contained in:
committed by
GitHub
parent
a2f87dc980
commit
b8c5ddd0ee
@@ -1090,9 +1090,9 @@ void ObjectGrid::paste_data( wxTextDataObject& text_data )
|
||||
|
||||
}
|
||||
else {
|
||||
wxLogWarning(_L("multiple cells copy is not supported"));
|
||||
wxLogWarning(_L("Copying multiple cells is not supported."));
|
||||
/*if ((src_col_cnt != 1) || (dst_left_col != src_left_col))
|
||||
wxLogWarning(_L("multiple columns copy is not supported"));
|
||||
wxLogWarning(_L("Copying multiple columns is not supported."));
|
||||
else {
|
||||
split(buf, string_array);
|
||||
int count = string_array.GetCount();
|
||||
|
||||
Reference in New Issue
Block a user