From 89effea2d02847e7eae987f3b8ac607cbaad8a5b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 16 Jun 2003 13:52:33 +0000 Subject: Do not mark non-user-visible strings for translation. 2003-06-16 Christian Persch * lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init): Do not mark non-user-visible strings for translation. --- lib/widgets/ephy-zoom-control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/widgets/ephy-zoom-control.c') 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, -- cgit v1.2.3