translate char not found

This commit is contained in:
sD 2020-02-23 13:08:19 +01:00
parent ea099a5141
commit 3c30098360

View File

@ -179,7 +179,7 @@ void Courtroom::char_clicked(int n_char)
if (!file_exists(char_ini_path)) 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; return;
} }