Rename Fluent-related code to be more precise.
This commit is contained in:
@@ -146,12 +146,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
sealed class OpenMapAction : IEditorAction
|
||||
{
|
||||
[TranslationReference]
|
||||
[FluentReference]
|
||||
const string Opened = "notification-opened";
|
||||
|
||||
public OpenMapAction()
|
||||
{
|
||||
Text = TranslationProvider.GetString(Opened);
|
||||
Text = FluentProvider.GetString(Opened);
|
||||
}
|
||||
|
||||
public void Execute()
|
||||
|
||||
Reference in New Issue
Block a user