[longomatch] Fix string for invalid links



commit f3a9cfa40f9746ce3c9c90ac5f5e11a5c24a3fb3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Apr 15 10:58:00 2015 +0200

    Fix string for invalid links

 LongoMatch.GUI/Gui/Component/DashboardWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/DashboardWidget.cs b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
index 580fc1f..25bc067 100644
--- a/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
@@ -550,7 +550,7 @@ namespace LongoMatch.Gui.Component
                {
                        if (template.HasCircularDependencies ()) {
                                Config.GUIToolkit.ErrorMessage (Catalog.GetString (
-                                       "This link has circular depdencie and will not be added."));
+                                       "This linking option is not valid: infinite loop."));
                                RemoveLink (actionLink, true);
                        }
                }


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