[tomboy/better-templates: 3/3] Wrap translatable string in Catalog call



commit 29bfa2efa4c918601c53a534ab0c3a4bd5f78cc8
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun Jul 25 09:42:35 2010 -0700

    Wrap translatable string in Catalog call

 Tomboy/NoteWindow.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/NoteWindow.cs b/Tomboy/NoteWindow.cs
index 881d7df..acd8f3c 100644
--- a/Tomboy/NoteWindow.cs
+++ b/Tomboy/NoteWindow.cs
@@ -559,7 +559,7 @@ namespace Tomboy
 			                                                   "not show up in the note menu or search window."));
 			infoLabel.Wrap = true;
 			var untemplateButton = new Gtk.Button ();
-			untemplateButton.Label = "Con_vert to regular note";
+			untemplateButton.Label = Catalog.GetString ("Convert to regular note");
 			untemplateButton.Clicked += (o, e) => {
 				note.RemoveTag (template_tag);
 			};



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