[f-spot: 11/16] Better confirmation messages



commit 5498c91bf3a0c4ff8828f7cf58cdbd21e0e42a16
Author: Anton Keks <anton azib net>
Date:   Mon Aug 3 19:54:24 2009 +0300

    Better confirmation messages

 src/PhotoVersionCommands.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/PhotoVersionCommands.cs b/src/PhotoVersionCommands.cs
index 0305ca9..eccb9bf 100644
--- a/src/PhotoVersionCommands.cs
+++ b/src/PhotoVersionCommands.cs
@@ -230,9 +230,9 @@ public class PhotoVersionCommands
 		public bool Execute (PhotoStore store, Photo [] photos, Photo new_parent, Gtk.Window parent_window)
 		{
 			string ok_caption = Catalog.GetString ("Re_parent");
-			string msg = String.Format (Catalog.GetPluralString ("Really reparent selected photo as version of {1}?", 
-			                                                     "Really reparent {0} selected photos as versions of {1}?", photos.Length), 
-			                            photos.Length, new_parent.Name.Replace ("_", "__"));
+			string msg = String.Format (Catalog.GetPluralString ("Really reparent \"{2}\" as version of \"{1}\"?", 
+			                                                     "Really reparent {0} photos as versions of \"{1}\"?", photos.Length), 
+			                            photos.Length, new_parent.Name.Replace ("_", "__"), photos[0].Name.Replace ("_", "__"));
 			string desc = Catalog.GetString ("This makes the photos appear as a single one in the library. The versions can be detached using the Photo menu.");
 
 			try {



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