aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/widgets/ephy-zoom-control.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f9f98705..255bd137e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-16 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
+
+ Do not mark non-user-visible strings for translation.
+
2003-06-16 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/Makefile.am:
diff --git a/lib/widgets/ephy-zoom-control.c b/lib/widgets/ephy-zoom-control.c
index 36a2e12aa..b4c7db5c5 100644
--- a/lib/widgets/ephy-zoom-control.c
+++ b/lib/widgets/ephy-zoom-control.c
@@ -290,8 +290,8 @@ ephy_zoom_control_class_init (EphyZoomControlClass *klass)
g_object_class_install_property (object_class,
PROP_ZOOM,
g_param_spec_float ("zoom",
- _("Zoom"),
- _("Zoom level to display in the item."),
+ "Zoom",
+ "Zoom level to display in the item.",
ZOOM_MINIMAL,
ZOOM_MAXIMAL,
1.0,