From ee0d958cd107cb1e3f3332c2f21d4c7a0a1653ba Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Wed, 7 Sep 2022 21:05:48 +0300 Subject: [PATCH] Fixed incorect fluent name in MissionBrowserLogic --- OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs | 4 ++-- mods/common/languages/en.ftl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs index 26d1c9a3b1..ca97d51118 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs @@ -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: () => { }); } diff --git a/mods/common/languages/en.ftl b/mods/common/languages/en.ftl index e5c03fccad..8b7f783c66 100644 --- a/mods/common/languages/en.ftl +++ b/mods/common/languages/en.ftl @@ -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