f-spot r4307 - trunk/src/Widgets



Author: lmilesi
Date: Wed Sep  3 06:57:16 2008
New Revision: 4307
URL: http://svn.gnome.org/viewvc/f-spot?rev=4307&view=rev

Log:
Use plural strings for error message in src/Widgets/EditorPage.cs. Fix bgo#548472



Modified:
   trunk/src/Widgets/EditorPage.cs

Modified: trunk/src/Widgets/EditorPage.cs
==============================================================================
--- trunk/src/Widgets/EditorPage.cs	(original)
+++ trunk/src/Widgets/EditorPage.cs	Wed Sep  3 06:57:16 2008
@@ -207,7 +207,8 @@
 			try {
 				editor.Apply ();
 			} catch (Exception e) {
-				string msg = Catalog.GetString ("Error saving adjusted photo(s)");
+				string msg = Catalog.GetPluralString ("Error saving adjusted photo", "Error saving adjusted photos", 
+									editor.State.Items.Length);
 				string desc = String.Format (Catalog.GetString ("Received exception \"{0}\". Note that you have to develop RAW files into JPEG before you can edit them."),
 							     e.Message);
 



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