f-spot r4420 - in trunk: . src/Editors
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4420 - in trunk: . src/Editors
- Date: Sat, 20 Sep 2008 17:40:43 +0000 (UTC)
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]