From: Jim Evins Date: Mon, 24 May 2010 21:25:12 +0000 (-0400) Subject: Use a translator comment rather than context. X-Git-Tag: glabels-2_3_0~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb650e1275a4a9f54ef05c97933646ec37fc7d56;p=glabels Use a translator comment rather than context. --- 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;