summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);