f-spot r4421 - trunk/src/Editors
- From: lmilesi svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4421 - trunk/src/Editors
- Date: Sat, 20 Sep 2008 17:45:27 +0000 (UTC)
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]