[gimp] plug-ins: add translation context for tag values
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: add translation context for tag values
- Date: Wed, 2 Feb 2022 18:15:57 +0000 (UTC)
commit 55aa462faaa19be4562266814ac40d87cc573c18
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Mon Jan 31 22:16:37 2022 +0100
plug-ins: add translation context for tag values
plug-ins/ui/plug-in-metadata-viewer.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/ui/plug-in-metadata-viewer.ui b/plug-ins/ui/plug-in-metadata-viewer.ui
index 706550c881..368ecabf36 100644
--- a/plug-ins/ui/plug-in-metadata-viewer.ui
+++ b/plug-ins/ui/plug-in-metadata-viewer.ui
@@ -65,7 +65,7 @@
<object class="GtkTreeViewColumn" id="exif_value_column">
<property name="resizable">True</property>
<property name="spacing">3</property>
- <property name="title" translatable="yes">Value</property>
+ <property name="title" translatable="yes" context="A tag value">Value</property>
<child>
<object class="GtkCellRendererText" id="exif_value_cell_renderer"/>
<attributes>
@@ -124,7 +124,7 @@
<object class="GtkTreeViewColumn" id="xmp_value_column">
<property name="resizable">True</property>
<property name="spacing">3</property>
- <property name="title" translatable="yes">Value</property>
+ <property name="title" translatable="yes" context="A tag value">Value</property>
<child>
<object class="GtkCellRendererText" id="xmp_value_cell_renderer"/>
<attributes>
@@ -186,7 +186,7 @@
<object class="GtkTreeViewColumn" id="iptc_value_column">
<property name="resizable">True</property>
<property name="spacing">3</property>
- <property name="title" translatable="yes">Value</property>
+ <property name="title" translatable="yes" context="A tag value">Value</property>
<child>
<object class="GtkCellRendererText" id="iptc_value_cell_renderer"/>
<attributes>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]