f-spot r4720 - in trunk/extensions/Tools: . HashJob



Author: lmilesi
Date: Wed Feb 25 15:29:53 2009
New Revision: 4720
URL: http://svn.gnome.org/viewvc/f-spot?rev=4720&view=rev

Log:
2009-02-25  Lorenzo Milesi  <maxxer yetopen it>

        * HashJob/HashJob.cs: fixing a string. fix bgo#573126.



Modified:
   trunk/extensions/Tools/ChangeLog
   trunk/extensions/Tools/HashJob/HashJob.cs

Modified: trunk/extensions/Tools/HashJob/HashJob.cs
==============================================================================
--- trunk/extensions/Tools/HashJob/HashJob.cs	(original)
+++ trunk/extensions/Tools/HashJob/HashJob.cs	Wed Feb 25 15:29:53 2009
@@ -51,7 +51,7 @@
 
 			VBox.Spacing = 6;
 			Label l = new Label (Catalog.GetString ("In order to detect duplicates on pictures you imported before 0.5.0, " +
-					"F-Spot needs to analyze your image collection. This is is not done by default as it's time consuming. " +
+					"F-Spot needs to analyze your image collection. This is not done by default as it's time consuming. " +
 					"You can Start or Pause this update process using this dialog."));
 			l.LineWrap = true;
 			VBox.PackStart (l);



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