[Scummvm-git-logs] scummvm master -> 4f1c585847466155deedee9bf43d30616e57a8b8

lotharsm noreply at scummvm.org
Sat Mar 16 22:01:40 UTC 2024


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:
4f1c585847 TWP: Replace non-ASCII chars with ASCII variant in Launcher tooltip


Commit: 4f1c585847466155deedee9bf43d30616e57a8b8
    https://github.com/scummvm/scummvm/commit/4f1c585847466155deedee9bf43d30616e57a8b8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-03-16T23:01:26+01:00

Commit Message:
TWP: Replace non-ASCII chars with ASCII variant in Launcher tooltip

Changed paths:
    engines/twp/dialogs.cpp


diff --git a/engines/twp/dialogs.cpp b/engines/twp/dialogs.cpp
index 056171b4678..3f649affd3a 100644
--- a/engines/twp/dialogs.cpp
+++ b/engines/twp/dialogs.cpp
@@ -35,7 +35,7 @@ TwpOptionsContainerWidget::TwpOptionsContainerWidget(GuiObject *boss, const Comm
 	_enableToiletPaperOverGUICheckbox = new GUI::CheckboxWidget(widgetsBoss(), "TwpGameOptionsDialog.VideoCheck1",
 																// I18N: Setting to switch toiled paper to be shown as "over".
 																_("Toilet paper over"),
-																_("The toilet paper in some toilets will be shown “over”.\nIt’s a joke option that has no effects on the gameplay."));
+																_("The toilet paper in some toilets will be shown \"over\".\nIt’s a joke option that has no effects on the gameplay."));
 	_enableAnnoyingInJokesGUICheckbox = new GUI::CheckboxWidget(widgetsBoss(), "TwpGameOptionsDialog.VideoCheck2",
 																// I18N: Setting to enable or disable additional jokes in the game.
 																_("Annoying in-jokes"),




More information about the Scummvm-git-logs mailing list