aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-16 21:52:33 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-16 21:52:33 +0800
commit89effea2d02847e7eae987f3b8ac607cbaad8a5b (patch)
tree76f3e94d8a975a6ef6ad7f17e5f336e3103fea11 /lib/widgets
parent710410942791488d41b27b3d01deb6563912a011 (diff)
downloadgsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar.gz
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar.bz2
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar.lz
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar.xz
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.tar.zst
gsoc2013-epiphany-89effea2d02847e7eae987f3b8ac607cbaad8a5b.zip
Do not mark non-user-visible strings for translation.
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.
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-zoom-control.c4
1 files changed, 2 insertions, 2 deletions
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,