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:
Alexandre Folle de Menezes
2025-06-01 08:32:36 -03:00
committed by GitHub
parent a2f87dc980
commit b8c5ddd0ee
52 changed files with 2421 additions and 2488 deletions

View File

@@ -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();