LAB: Added GUI messages to translation
This commit is contained in:
parent
eb91e34d93
commit
5d9006e11b
4 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue