[longomatch] Fix translatable strings Use dashboards all around.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix translatable strings Use dashboards all around.
- Date: Thu, 29 Jan 2015 16:02:49 +0000 (UTC)
commit a932d02da35917b61941aff0db3375d253be6f01
Author: Julien Moutte <julien fluendo com>
Date: Thu Jan 29 15:57:33 2015 +0100
Fix translatable strings
Use dashboards all around.
LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
index 0241821..b382db2 100644
--- a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
@@ -183,7 +183,7 @@ namespace LongoMatch.Gui.Panel
void SaveStatic ()
{
- string msg = Catalog.GetString ("System templates can't be edited, do you want to
create a copy?");
+ string msg = Catalog.GetString ("System dashboards can't be edited, do you want to
create a copy?");
if (Config.GUIToolkit.QuestionMessage (msg, null, this)) {
string newName;
while (true) {
@@ -192,7 +192,7 @@ namespace LongoMatch.Gui.Panel
if (newName == null)
break;
if (provider.TemplatesNames.Contains (newName)) {
- msg = Catalog.GetString ("A template with the same name
already exists");
+ msg = Catalog.GetString ("A dashboard with the same name
already exists");
Config.GUIToolkit.ErrorMessage (msg, this);
} else {
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]