gnome-scan r496 - in trunk: . lib
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r496 - in trunk: . lib
- Date: Thu, 21 Feb 2008 19:44:31 +0000 (GMT)
Author: bersace
Date: Thu Feb 21 19:44:31 2008
New Revision: 496
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=496&view=rev
Log:
Marked pspec nick and blurb for translation.
Modified:
trunk/ChangeLog
trunk/lib/gnome-scan-processor-common.c
Modified: trunk/lib/gnome-scan-processor-common.c
==============================================================================
--- trunk/lib/gnome-scan-processor-common.c (original)
+++ trunk/lib/gnome-scan-processor-common.c Thu Feb 21 19:44:31 2008
@@ -56,17 +56,17 @@
gs_g_value_new_double(val, 0.);
#undef gs_g_value_new_int
- pspec = gs_param_spec_range("rotation", "Rotation", "Rotation",
+ pspec = gs_param_spec_range("rotation", N_("Rotation"), N_("Rotation"),
GS_PARAM_GROUP_PREVIEW,
min, max, step, val,
G_PARAM_WRITABLE);
gs_param_spec_set_widget_type(pspec, GNOME_TYPE_SCAN_PREVIEW_PLUGIN_ROTATION);
gnome_scan_plugin_params_add (GNOME_SCAN_PLUGIN (object), pspec);
- pspec = gs_param_spec_boolean ("enhance", "Automatic color enhancement",
- "Color enhancement produce better photos, "
+ pspec = gs_param_spec_boolean ("enhance", N_("Automatic color enhancement"),
+ N_("Color enhancement produce better photos, "
"but take more time to process and can be "
- "useless for text.",
+ "useless for text."),
GS_PARAM_GROUP_PROCESSING_COMMON,
TRUE,
G_PARAM_WRITABLE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]