From dd4429eb617e82394f528c1feca8e7be887219bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georger=20Ara=C3=BAjo?= <4930759+georgeraraujo@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:21:10 -0300 Subject: [PATCH] Revert change in line 355 of `src/system.h` --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.h b/src/system.h index 6fdd4c1a..15a78052 100644 --- a/src/system.h +++ b/src/system.h @@ -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());