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";
|
static readonly string NoVideoTitle = "no-video-title";
|
||||||
|
|
||||||
[TranslationReference]
|
[TranslationReference]
|
||||||
static readonly string NoVideoText = "no-video-text";
|
static readonly string NoVideoPrompt = "no-video-prompt";
|
||||||
|
|
||||||
[TranslationReference]
|
[TranslationReference]
|
||||||
static readonly string NoVideoCancel = "no-video-cancel";
|
static readonly string NoVideoCancel = "no-video-cancel";
|
||||||
@@ -350,7 +350,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
{
|
{
|
||||||
ConfirmationDialogs.ButtonPrompt(modData,
|
ConfirmationDialogs.ButtonPrompt(modData,
|
||||||
title: NoVideoTitle,
|
title: NoVideoTitle,
|
||||||
text: NoVideoText,
|
text: NoVideoPrompt,
|
||||||
cancelText: NoVideoCancel,
|
cancelText: NoVideoCancel,
|
||||||
onCancel: () => { });
|
onCancel: () => { });
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -442,7 +442,7 @@ delete-all-maps-accept = Delete
|
|||||||
|
|
||||||
## MissionBrowserLogic
|
## MissionBrowserLogic
|
||||||
no-video-title = Video not installed
|
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.
|
"Manage Content" menu in the mod chooser.
|
||||||
no-video-cancel = Back
|
no-video-cancel = Back
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user