[Scummvm-git-logs] scummvm master -> 531bffa42339c645fcfb49d4265b17227e4ff448

antoniou79 noreply at scummvm.org
Sat Apr 29 19:39:26 UTC 2023


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:
531bffa423 GUI: Fix syntax in a sentence


Commit: 531bffa42339c645fcfb49d4265b17227e4ff448
    https://github.com/scummvm/scummvm/commit/531bffa42339c645fcfb49d4265b17227e4ff448
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-04-29T22:36:48+03:00

Commit Message:
GUI: Fix syntax in a sentence

Changed paths:
    gui/cloudconnectionwizard.cpp


diff --git a/gui/cloudconnectionwizard.cpp b/gui/cloudconnectionwizard.cpp
index 93a7ea2a8f4..5618da2278a 100644
--- a/gui/cloudconnectionwizard.cpp
+++ b/gui/cloudconnectionwizard.cpp
@@ -376,7 +376,7 @@ void CloudConnectionWizard::showStepManualModeFailure() {
 
 	_label0 = new StaticTextWidget(_container, "ConnectionWizard_Failure.Line1", _("Cloud storage was not connected."));
 	_label1 = new StaticTextWidget(_container, "ConnectionWizard_Failure.Line2", _("Make sure the JSON code was copied correctly and retry."));
-	_label2 = new StaticTextWidget(_container, "ConnectionWizard_Failure.Line3", _("It it doesn't work, try again from the beginning."));
+	_label2 = new StaticTextWidget(_container, "ConnectionWizard_Failure.Line3", _("If that doesn't work, try again from the beginning."));
 	_label3 = new StaticTextWidget(_container, "ConnectionWizard_Failure.Line4", _("Error message: ") + _errorMessage, Common::U32String(), ThemeEngine::kFontStyleNormal);
 	_label3->setEnabled(false);
 }




More information about the Scummvm-git-logs mailing list