JANITORIAL: Change StaticTextWidget's text of dlcsdialog

This commit is contained in:
Ankush Dutt 2023-08-07 14:17:30 +05:30 committed by Eugene Sandulenko
parent 9292288626
commit 896793eb2c

View File

@ -36,7 +36,7 @@ DLCsDialog::DLCsDialog() : Dialog("DownloadGames") {
// Set target (Command Receiver) for Command Sender
DLCMan.setTarget(this);
new StaticTextWidget(this, "DownloadGames.Headline", _("Download Freeware Games"));
new StaticTextWidget(this, "DownloadGames.Headline", _("Download Freeware Games and Demos"));
// Add list with downloadable game titles
_gamesList = new ListWidget(this, "DownloadGames.List");