[longomatch] Fix string to save projects



commit 585f5d690fb6d65713241b6cad6484ecfc67f7e6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Apr 17 17:16:41 2015 +0200

    Fix string to save projects

 LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs 
b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
index 4beda46..afecd74 100644
--- a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
@@ -111,7 +111,7 @@ namespace LongoMatch.Gui.Panel
                                bool save = edited;
 
                                if (edited && !force) {
-                                       string msg = Catalog.GetString ("Do you want to save the current 
template");
+                                       string msg = Catalog.GetString ("Do you want to save the current 
project?");
                                        if (!Config.GUIToolkit.QuestionMessage (msg, null, this)) {
                                                save = false;
                                        }


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