diff FrmNewArmy.cs @ 106:3fae39208d06

Fixes #179: Make sure that translations are used throughout UI * Translate tooltip for "total points" panel * Add translation for tooltip to English file * Change some default messages to default capitalisation and sensible values Also: * Bump version to v0.1b6pre (looks like v0.1b5 is still showing itself as v0.1b4!)
author IBBoard <dev@ibboard.co.uk>
date Sat, 28 Nov 2009 16:29:03 +0000
parents 88b5a0da73f2
children 39b93ca5fb9c
line wrap: on
line diff
--- a/FrmNewArmy.cs	Sat Nov 28 15:22:57 2009 +0000
+++ b/FrmNewArmy.cs	Sat Nov 28 16:29:03 2009 +0000
@@ -122,7 +122,7 @@
 			this.bttnCancel.Name = "bttnCancel";
 			this.bttnCancel.Size = new System.Drawing.Size(80, 24);
 			this.bttnCancel.TabIndex = 6;
-			this.bttnCancel.Text = "Cancel";
+			this.bttnCancel.Text = "cancel";
 			this.bttnCancel.Click += new System.EventHandler(this.bttnCancel_Click);
 			// 
 			// lblRaceList
@@ -142,7 +142,7 @@
 			this.bttnSelectRace.Name = "bttnSelectRace";
 			this.bttnSelectRace.Size = new System.Drawing.Size(104, 24);
 			this.bttnSelectRace.TabIndex = 4;
-			this.bttnSelectRace.Text = "create race";
+			this.bttnSelectRace.Text = "create army";
 			this.bttnSelectRace.Click += new System.EventHandler(this.bttnSelectRace_Click);
 			// 
 			// lblArmyName