diff options
Diffstat (limited to 'lib/widgets/ephy-zoom-control.c')
-rw-r--r-- | lib/widgets/ephy-zoom-control.c | 4 |
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, |