LAB: Added GUI messages to translation

This commit is contained in:
Eugene Sandulenko 2020-08-28 01:08:33 +02:00
parent eb91e34d93
commit 5d9006e11b
4 changed files with 9 additions and 3 deletions

View file

@ -29,6 +29,7 @@
*/
#include "common/file.h"
#include "common/translation.h"
#include "gui/message.h"
@ -145,7 +146,7 @@ void SpecialLocks::changeTile(uint16 col, uint16 row) {
if (scrolltype != -1) {
if (_vm->getFeatures() & GF_WINDOWS_TRIAL) {
GUI::MessageDialog trialMessage("This puzzle is not available in the trial version of the game");
GUI::MessageDialog trialMessage(_("This puzzle is not available in the trial version of the game"));
trialMessage.runModal();
return;
}