MOHAWK: Fix curly apostrophe in GUI tooltip

As this is a non-ASCII character, it was throwing off xgettext.
This commit is contained in:
Thierry Crozat 2021-06-24 11:29:14 +01:00
parent 359109df10
commit b7f86bd7aa

View File

@ -111,7 +111,7 @@ MystOptionsWidget::MystOptionsWidget(GuiObject *boss, const Common::String &name
if (!isDemo) {
// I18N: Option for fast scene switching
_zipModeCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.ZipMode", _("~Z~ip Mode Activated"),
_("When activated, clicking on an item or area with the lightning bolt cursor takes you directly there, skipping intermediate screens. You can only 'Zip' to a precise area youve already been."));
_("When activated, clicking on an item or area with the lightning bolt cursor takes you directly there, skipping intermediate screens. You can only 'Zip' to a precise area you've already been."));
}
_transitionsCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.Transistions", _("~T~ransitions Enabled"),