Remove FluentBundle.Arguments helper method.
This commit is contained in:
@@ -168,7 +168,8 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
{
|
||||
editorActorPreview = editorLayer.Add(actor);
|
||||
Text = FluentProvider.GetString(AddedActor,
|
||||
FluentBundle.Arguments("name", editorActorPreview.Info.Name, "id", editorActorPreview.ID));
|
||||
"name", editorActorPreview.Info.Name,
|
||||
"id", editorActorPreview.ID);
|
||||
}
|
||||
|
||||
public void Undo()
|
||||
|
||||
Reference in New Issue
Block a user