[Scummvm-git-logs] scummvm master -> 3685eb6668c2f3feacd14a6c107d8dd3b5ac7a3f
sev-
noreply at scummvm.org
Sat Dec 31 22:47:11 UTC 2022
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:
3685eb6668 NEVERHOOD: Added I18N comment
Commit: 3685eb6668c2f3feacd14a6c107d8dd3b5ac7a3f
https://github.com/scummvm/scummvm/commit/3685eb6668c2f3feacd14a6c107d8dd3b5ac7a3f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-31T23:46:51+01:00
Commit Message:
NEVERHOOD: Added I18N comment
Changed paths:
engines/neverhood/dialogs.cpp
diff --git a/engines/neverhood/dialogs.cpp b/engines/neverhood/dialogs.cpp
index 9270587b223..c5d0886a5bf 100644
--- a/engines/neverhood/dialogs.cpp
+++ b/engines/neverhood/dialogs.cpp
@@ -79,6 +79,7 @@ NeverhoodOptionsWidget::NeverhoodOptionsWidget(GuiObject *boss, const Common::St
}
if (_nhcFiles.size() > 1) {
+ // I18N: NHC is a file extension
GUI::StaticTextWidget *nhcCaption = new GUI::StaticTextWidget(widgetsBoss(), "NeverhoodGameOptionsDialog.NhcDesc", _("NHC replacement:"));
nhcCaption->setAlign(Graphics::kTextAlignRight);
More information about the Scummvm-git-logs
mailing list