tomboy r2277 - in trunk: . Tomboy/Addins/Bugzilla



Author: sharm
Date: Sun Jan 18 02:53:25 2009
New Revision: 2277
URL: http://svn.gnome.org/viewvc/tomboy?rev=2277&view=rev

Log:
* tomboy/Tomboy/Addins/Bugzilla/BugzillaPreferences.cs: Remove trailing
  space from translated string (bug #566711).

Modified:
   trunk/ChangeLog
   trunk/Tomboy/Addins/Bugzilla/BugzillaPreferences.cs

Modified: trunk/Tomboy/Addins/Bugzilla/BugzillaPreferences.cs
==============================================================================
--- trunk/Tomboy/Addins/Bugzilla/BugzillaPreferences.cs	(original)
+++ trunk/Tomboy/Addins/Bugzilla/BugzillaPreferences.cs	Sun Jan 18 02:53:25 2009
@@ -254,8 +254,9 @@
 				        Gtk.MessageType.Error,
 				        Gtk.ButtonsType.Ok,
 				        Catalog.GetString ("Error saving icon"),
-				        Catalog.GetString ("Could not save the icon file.  " +
-				                           err_msg));
+				        Catalog.GetString ("Could not save the icon file.") +
+					                   "  " +
+					                   err_msg);
 				err.Run ();
 				err.Destroy ();
 			}



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