Extract editor brush texts.
This commit is contained in:
committed by
abcdefg30
parent
8433bc0948
commit
c9dddc342c
@@ -146,9 +146,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
class OpenMapAction : IEditorAction
|
||||
{
|
||||
[TranslationReference]
|
||||
const string Opened = "notification-opened";
|
||||
|
||||
public OpenMapAction()
|
||||
{
|
||||
Text = "Opened";
|
||||
Text = TranslationProvider.GetString(Opened);
|
||||
}
|
||||
|
||||
public void Execute()
|
||||
|
||||
Reference in New Issue
Block a user