renamed some common string resources.

This commit is contained in:
morkt
2015-11-23 21:28:32 +04:00
parent ff00799d2d
commit 203172be77
7 changed files with 76 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ namespace GameRes.Formats.GUI
public WidgetNOA ()
{
InitializeComponent ();
var keys = new string[] { arcStrings.NOAIgnoreEncryption };
var keys = new string[] { arcStrings.ArcIgnoreEncryption };
Scheme.ItemsSource = keys.Concat (NoaOpener.KnownKeys.Keys.OrderBy (x => x));
// select first scheme as default
if (-1 == Scheme.SelectedIndex)