diff options
| author | sD <stoned@derpymail.org> | 2020-02-23 13:08:19 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-23 13:08:19 +0100 |
| commit | 3c30098360b2598dc049d779e4ffc6dbba0d1d44 (patch) | |
| tree | b8eb666ac421c2ac52e8e59c544b575d2624b437 | |
| parent | ea099a51418de869ac89284f4dd61eeb283271c9 (diff) | |
translate char not found
| -rw-r--r-- | src/charselect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp index 1ea484a8..d6ee0445 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -179,7 +179,7 @@ void Courtroom::char_clicked(int n_char) if (!file_exists(char_ini_path)) { - call_notice("Could not find " + char_ini_path); + call_notice(tr("Could not find %1").arg(char_ini_path, 1)); return; } |
