Rename Fluent *GetString methods to GetMessage.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenRA.Mods.Common.Installer
|
||||
using (var targetStream = File.OpenWrite(targetPath))
|
||||
sourceStream.CopyTo(targetStream);
|
||||
|
||||
updateMessage(FluentProvider.GetString(InstallFromSourceLogic.ExtractingProgress,
|
||||
updateMessage(FluentProvider.GetMessage(InstallFromSourceLogic.ExtractingProgress,
|
||||
"filename", displayFilename,
|
||||
"progress", 100));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user