Added gettext markup to some strings which required it
[pspp] / src / ui / gui / psppire-var-store.c
index ddfc802f576051277fa45226efc618636eb1dac1..a2e6685443e3dd5a525d5f985f8e7acb1f4dd709 100644 (file)
@@ -752,7 +752,7 @@ text_for_column (PsppireVarStore *vs,
            {
              gchar *const vstr = value_to_text (vl->value, dict, *write_spec);
 
-             return g_strdup_printf ( "{%s,`%s'}_", vstr, val_lab_get_label (vl));
+             return g_strdup_printf (_("{%s,`%s'}_"), vstr, val_lab_get_label (vl));
            }
          }
       }