[longomatch] Fix menu string



commit 198b28b6cfb4ae7fc931473418c79d2d6b80acc0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 16 19:48:34 2009 +0200

    Fix menu string

 LongoMatch/Gui/Component/TimeScale.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/TimeScale.cs b/LongoMatch/Gui/Component/TimeScale.cs
index 8735946..2e45001 100644
--- a/LongoMatch/Gui/Component/TimeScale.cs
+++ b/LongoMatch/Gui/Component/TimeScale.cs
@@ -147,8 +147,8 @@ namespace LongoMatch.Gui.Component
 			MenuItem newMediaTimeNode;
 			
 			menu = new Menu();			
-			delete = new MenuItem(Catalog.GetString("Delete MediaTimeNode"));			
-			newMediaTimeNode = new MenuItem(Catalog.GetString("Add New MediaTimeNode"));
+			delete = new MenuItem(Catalog.GetString("Delete Play"));			
+			newMediaTimeNode = new MenuItem(Catalog.GetString("Add New Play"));
 			
 			menu.Append(newMediaTimeNode);
 			menu.Append(delete);



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