From eb650e1275a4a9f54ef05c97933646ec37fc7d56 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Mon, 24 May 2010 17:25:12 -0400 Subject: [PATCH] Use a translator comment rather than context. --- src/mini-preview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mini-preview.c b/src/mini-preview.c index d05f52dd..11741046 100644 --- a/src/mini-preview.c +++ b/src/mini-preview.c @@ -1070,7 +1070,8 @@ draw_arrow (glMiniPreview *this, PangoFontDescription *desc; PangoRectangle rect; - const gchar *up = C_("Direction towards top of label", "Up"); + /* Translators: "Up" refers to the direction towards the top of a label. */ + const gchar *up = _("Up"); frame = (lglTemplateFrame *)this->priv->template->frames->data; -- 2.39.5