[Scummvm-git-logs] scummvm master -> 9851bf81a8d451032e9e4e81e7acbe8826f8eb1b
lotharsm
noreply at scummvm.org
Sat Mar 16 22:04:22 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:
9851bf81a8 TWP: Replace another non-ASCII char with ASCII variant in Launcher tooltip
Commit: 9851bf81a8d451032e9e4e81e7acbe8826f8eb1b
https://github.com/scummvm/scummvm/commit/9851bf81a8d451032e9e4e81e7acbe8826f8eb1b
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-03-16T23:04:08+01:00
Commit Message:
TWP: Replace another non-ASCII char 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 3f649affd3a..cc97d605ccd 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