mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
MOHAWK: Fix curly apostrophe in GUI tooltip
As this is a non-ASCII character, it was throwing off xgettext.
This commit is contained in:
parent
359109df10
commit
b7f86bd7aa
@ -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 you’ve 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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user