[tasque/transition: 96/213] Mark toggle window action for translation



commit 8051948e09d3211517b8d7d9eb07dc956fa23e7c
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Aug 15 17:34:52 2012 +0200

    Mark toggle window action for translation

 src/Tasque.Gtk/GtkTray.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Tasque.Gtk/GtkTray.cs b/src/Tasque.Gtk/GtkTray.cs
index a3f8d17..83df19d 100644
--- a/src/Tasque.Gtk/GtkTray.cs
+++ b/src/Tasque.Gtk/GtkTray.cs
@@ -176,7 +176,7 @@ namespace Tasque
 				new ActionEntry ("QuitAction", Stock.Quit, delegate { Application.Instance.Quit (); })
 			});
 			
-			ToggleTaskWindowAction = new Gtk.Action ("ToggleTaskWindowAction", "Toggle Task Window");
+			ToggleTaskWindowAction = new Gtk.Action ("ToggleTaskWindowAction", Catalog.GetString ("Toggle Task Window"));
 			ToggleTaskWindowAction.ActionGroup = trayActionGroup;
 			ToggleTaskWindowAction.Activated += delegate { TaskWindow.ToggleWindowVisible (); };
 			



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