Rename Fluent *GetString methods to GetMessage.
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenRA.Mods.Common.Commands
|
||||
|
||||
if (!developerMode.Enabled)
|
||||
{
|
||||
TextNotificationsManager.Debug(FluentProvider.GetString(CheatsDisabled));
|
||||
TextNotificationsManager.Debug(FluentProvider.GetMessage(CheatsDisabled));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -149,7 +149,7 @@ namespace OpenRA.Mods.Common.Commands
|
||||
giveCashOrder.ExtraData = (uint)cash;
|
||||
else
|
||||
{
|
||||
TextNotificationsManager.Debug(FluentProvider.GetString(InvalidCashAmount));
|
||||
TextNotificationsManager.Debug(FluentProvider.GetMessage(InvalidCashAmount));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user