[f-spot: 5/16] Better reparenting info message.



commit c00ab8b22883aab18198a56b5b6df7f33d5c6955
Author: Anton Keks <anton azib net>
Date:   Sun Aug 2 12:06:53 2009 +0300

    Better reparenting info message.

 src/PhotoVersionCommands.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/PhotoVersionCommands.cs b/src/PhotoVersionCommands.cs
index 111a75e..d4de076 100644
--- a/src/PhotoVersionCommands.cs
+++ b/src/PhotoVersionCommands.cs
@@ -235,7 +235,7 @@ public class PhotoVersionCommands
 			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 desc = Catalog.GetString ("The tags will be merged with the new parent.");
+			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 {
 				if (ResponseType.Ok == HigMessageDialog.RunHigConfirmation(parent_window, DialogFlags.DestroyWithParent, 
@@ -244,7 +244,6 @@ public class PhotoVersionCommands
 					string new_description = new_parent.Description;
 					foreach (Photo photo in photos) {
 						highest_rating = Math.Max(photo.Rating, highest_rating);
-						// maybe combined description should be created?
 						if (string.IsNullOrEmpty(new_description))
 							new_description = photo.Description;
 						new_parent.AddTag (photo.Tags);



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