f-spot r4420 - in trunk: . src/Editors



Author: jmas
Date: Sat Sep 20 17:40:43 2008
New Revision: 4420
URL: http://svn.gnome.org/viewvc/f-spot?rev=4420&view=rev

Log:
Make string localizable

Modified:
   trunk/ChangeLog
   trunk/src/Editors/RedEyeEditor.cs

Modified: trunk/src/Editors/RedEyeEditor.cs
==============================================================================
--- trunk/src/Editors/RedEyeEditor.cs	(original)
+++ trunk/src/Editors/RedEyeEditor.cs	Sat Sep 20 17:40:43 2008
@@ -22,7 +22,7 @@
 		}
 
 		public override Widget ConfigurationWidget () {
-			return new Label("Select the eyes you wish to fix.");
+			return new Label(Catalog.GetString ("Select the eyes you wish to fix."));
 		}
 
 		protected override Pixbuf Process (Pixbuf input, Cms.Profile input_profile) {



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