Fixed incorect fluent name in MissionBrowserLogic
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
static readonly string NoVideoTitle = "no-video-title";
|
||||
|
||||
[TranslationReference]
|
||||
static readonly string NoVideoText = "no-video-text";
|
||||
static readonly string NoVideoPrompt = "no-video-prompt";
|
||||
|
||||
[TranslationReference]
|
||||
static readonly string NoVideoCancel = "no-video-cancel";
|
||||
@@ -350,7 +350,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{
|
||||
ConfirmationDialogs.ButtonPrompt(modData,
|
||||
title: NoVideoTitle,
|
||||
text: NoVideoText,
|
||||
text: NoVideoPrompt,
|
||||
cancelText: NoVideoCancel,
|
||||
onCancel: () => { });
|
||||
}
|
||||
|
||||
@@ -442,7 +442,7 @@ delete-all-maps-accept = Delete
|
||||
|
||||
## MissionBrowserLogic
|
||||
no-video-title = Video not installed
|
||||
no-video-text = The game videos can be installed from the
|
||||
no-video-prompt = The game videos can be installed from the
|
||||
"Manage Content" menu in the mod chooser.
|
||||
no-video-cancel = Back
|
||||
|
||||
|
||||
Reference in New Issue
Block a user