mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
JANITORIAL: Change StaticTextWidget's text of dlcsdialog
This commit is contained in:
parent
9292288626
commit
896793eb2c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user