ENGINES: Mark the pirated game message as translatable
This commit is contained in:
parent
de3011f788
commit
c3e152b612
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ bool cleanupPirated(ADDetectedGames &matched) {
|
|||
if (matched.empty()) {
|
||||
warning("Illegitimate game copy detected. We provide no support in such cases");
|
||||
if (GUI::GuiManager::hasInstance()) {
|
||||
GUI::MessageDialog dialog("Illegitimate game copy detected. We provide no support in such cases", "OK");
|
||||
GUI::MessageDialog dialog(_("Illegitimate game copy detected. We provide no support in such cases"));
|
||||
dialog.runModal();
|
||||
};
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue