[longomatch] Fix title typo



commit 07856376329d78b339342d3314119d9f5cc50740
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Jan 7 22:29:18 2010 +0100

    Fix title typo

 LongoMatch/Gui/Component/ProjectTemplateWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
index 63e0b5e..8ccb0c2 100644
--- a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
@@ -198,7 +198,7 @@ namespace LongoMatch.Gui.Component
 			EntryDialog dialog = new EntryDialog();
 			dialog.TransientFor = (Gtk.Window)this.Toplevel;
 			dialog.ShowCount = false;
-			dialog.Text = Catalog.GetString("newtemplate");
+			dialog.Text = Catalog.GetString("New template");
 			if (dialog.Run() == (int)ResponseType.Ok){
 				if (dialog.Text == "")
 					MessagePopup.PopupMessage(dialog, MessageType.Error,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]