Fix GUI strings that should start with uppercase (#12499)

This commit is contained in:
Alexandre Folle de Menezes 2026-02-27 11:19:22 -03:00 committed by GitHub
parent 2806398e79
commit 72a4597107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 594 additions and 562 deletions

View file

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