f-spot r4421 - trunk/src/Editors



Author: lmilesi
Date: Sat Sep 20 17:45:27 2008
New Revision: 4421
URL: http://svn.gnome.org/viewvc/f-spot?rev=4421&view=rev

Log:
adding translatable to a string in Editors/CropEditor.cs

Modified:
   trunk/src/Editors/CropEditor.cs

Modified: trunk/src/Editors/CropEditor.cs
==============================================================================
--- trunk/src/Editors/CropEditor.cs	(original)
+++ trunk/src/Editors/CropEditor.cs	Sat Sep 20 17:45:27 2008
@@ -70,7 +70,7 @@
 		public override Widget ConfigurationWidget () {
 			VBox vbox = new VBox ();
 
-			Label info = new Label("Select the area that needs cropping.");
+			Label info = new Label (Catalog.GetString ("Select the area that needs cropping."));
 
 			constraints_combo = new ComboBox ();
 			CellRendererText constraint_name_cell = new CellRendererText ();



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