[Scummvm-git-logs] scummvm master -> b7f86bd7aae5a2e055b9c09357b21cd36dad143d

criezy criezy at scummvm.org
Thu Jun 24 10:31:43 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b7f86bd7aa MOHAWK: Fix curly apostrophe in GUI tooltip


Commit: b7f86bd7aae5a2e055b9c09357b21cd36dad143d
    https://github.com/scummvm/scummvm/commit/b7f86bd7aae5a2e055b9c09357b21cd36dad143d
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-06-24T11:29:14+01:00

Commit Message:
MOHAWK: Fix curly apostrophe in GUI tooltip

As this is a non-ASCII character, it was throwing off xgettext.

Changed paths:
    engines/mohawk/dialogs.cpp


diff --git a/engines/mohawk/dialogs.cpp b/engines/mohawk/dialogs.cpp
index 891d77096a..0149e15834 100644
--- a/engines/mohawk/dialogs.cpp
+++ b/engines/mohawk/dialogs.cpp
@@ -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"),




More information about the Scummvm-git-logs mailing list