[tomboy] Wrap translatable string in Catalog call



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

    Wrap translatable string in Catalog call
    
    Signed-off-by: Aaron Borden <adborden live com>

 Tomboy/NoteWindow.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/NoteWindow.cs b/Tomboy/NoteWindow.cs
index a9d41ad..5a7c100 100644
--- a/Tomboy/NoteWindow.cs
+++ b/Tomboy/NoteWindow.cs
@@ -561,7 +561,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]