summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2017-02-27 23:02:35 +0100
committerFelix Riemann <friemann@gnome.org>2017-02-27 23:02:35 +0100
commitfbe623dbc8c12ef7244e5b39bec90ba1b9afd656 (patch)
tree2f6292ecd14f6565e5377ad1ee79d8dd6e74a30e
parentd487d38bb117bbbe63f286e56f105d2ad6902018 (diff)
downloadeog-fbe623dbc8c12ef7244e5b39bec90ba1b9afd656.tar.gz
EogZoomEntry: Fix translator comment picked up by gtk-doc
-rw-r--r--src/eog-zoom-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eog-zoom-entry.c b/src/eog-zoom-entry.c
index f58afc97..2bd8ba80 100644
--- a/src/eog-zoom-entry.c
+++ b/src/eog-zoom-entry.c
@@ -76,7 +76,7 @@ eog_zoom_entry_format_zoom_value (gdouble value)
/* Mimic the zoom calculation from EogWindow to get matching displays */
const gint zoom_percent = (gint) floor (value * 100. + 0.5);
- /** L10N: This is a percentage value used for the image zoom.
+ /* L10N: This is a percentage value used for the image zoom.
* This should be translated similar to the statusbar zoom value. */
name = g_strdup_printf(_("%d%%"), zoom_percent);