Rename Fluent *GetString methods to GetMessage.
This commit is contained in:
@@ -151,7 +151,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public OpenMapAction()
|
||||
{
|
||||
Text = FluentProvider.GetString(Opened);
|
||||
Text = FluentProvider.GetMessage(Opened);
|
||||
}
|
||||
|
||||
public void Execute()
|
||||
|
||||
Reference in New Issue
Block a user