[tomboy] Fix translation string in ExportAllNotes addin



commit 6ad6f26f1ed331a792de7741b512f7d5d0436198
Author: Aaron Borden <adborden live com>
Date:   Mon Jul 18 16:13:32 2011 -0700

    Fix translation string in ExportAllNotes addin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654865

 Tomboy/ExportAllApplicationAddin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/ExportAllApplicationAddin.cs b/Tomboy/ExportAllApplicationAddin.cs
index 6bfdad9..8838d94 100644
--- a/Tomboy/ExportAllApplicationAddin.cs
+++ b/Tomboy/ExportAllApplicationAddin.cs
@@ -503,7 +503,7 @@ namespace Tomboy
 	{
 
 		public ExportMultipleDialog (string default_folder, string export_type_name) :
-		    base (Catalog.GetString ("Create destination folder for " +  export_type_name + " Export"),
+		    base (String.Format (Catalog.GetString ("Create destination folder for {0} export"), export_type_name),
 		        null, Gtk.FileChooserAction.Save, new object[] {})
 		//Using action Save insted of CreateFolder because of Win32 issue
 		{



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