Fixed incorect fluent name in MissionBrowserLogic

This commit is contained in:
Gustas
2022-09-07 21:05:48 +03:00
committed by abcdefg30
parent 9ae27b8e60
commit ee0d958cd1
2 changed files with 3 additions and 3 deletions

View File

@@ -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: () => { });
} }

View File

@@ -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