[gimp] Bug 675069 - "Value" in po-plug-ins/ja.po is conflicted
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 675069 - "Value" in po-plug-ins/ja.po is conflicted
- Date: Sat, 19 Jan 2013 21:49:12 +0000 (UTC)
commit 95d7edf72b690e34d199e38f20e0cf23277d2021
Author: Michael Natterer <mitch gimp org>
Date: Sat Jan 19 22:48:31 2013 +0100
Bug 675069 - "Value" in po-plug-ins/ja.po is conflicted
Add a translation context to "Value" in the metadata plug-in.
plug-ins/metadata/interface.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/metadata/interface.c b/plug-ins/metadata/interface.c
index 1b705b1..7b1b67c 100644
--- a/plug-ins/metadata/interface.c
+++ b/plug-ins/metadata/interface.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]