Bug 675069 - "Value" in po-plug-ins/ja.po is conflicted

Add a translation context to "Value" in the metadata plug-in.
This commit is contained in:
Michael Natterer 2013-01-19 22:48:31 +01:00
parent 2eae4c42e8
commit 95d7edf72b
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ add_view_columns (GtkTreeView *treeview)
model);
col_offset =
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (treeview),
-1, _("Value"),
-1, C_("metadata-value", "Value"),
renderer,
"text",
COL_XMP_VALUE,