]> git.sur5r.net Git - glabels/commitdiff
Added context for "Up" string
authorJim Evins <evins@snaught.com>
Mon, 24 May 2010 20:42:32 +0000 (16:42 -0400)
committerJim Evins <evins@snaught.com>
Mon, 24 May 2010 20:42:32 +0000 (16:42 -0400)
src/mini-preview.c

index 42cb9b066ff502f81afe0fd13b0cd83ec70b5422..d05f52ddd9432c85ddf856a56297865690b42568 100644 (file)
@@ -1070,7 +1070,7 @@ draw_arrow  (glMiniPreview      *this,
         PangoFontDescription *desc;
         PangoRectangle        rect;
 
-        const gchar          *up = _("Up");
+        const gchar          *up = C_("Direction towards top of label", "Up");
 
         frame = (lglTemplateFrame *)this->priv->template->frames->data;