Skip to content

Commit

Permalink
Revert change in line 355 of src/system.h
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeraraujo authored Feb 5, 2025
1 parent 39bee81 commit dd4429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct System {

doc->sw->Status(
wxString::Format(
_(L"Loaded %s (%d cell(s), %d character(s)) in %d millisecond(s)."),
_(L"Loaded %s (%d cells, %d characters) in %d milliseconds."),
filename.c_str(), numcells, textbytes,
(int)((end_loading_time - start_loading_time).GetValue()))
.c_str());
Expand Down

0 comments on commit dd4429e

Please sign in to comment.