[epiphany/wip/piotrdrag/translator-context: 3/3] web-apps: Add translator context to an ambiguous string



commit d35e55bac963d07a831ffc2631a67c7db7e70691
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Aug 6 17:57:36 2018 +0200

    web-apps: Add translator context to an ambiguous string
    
    An identical string is also in src/ephy-main.c,
    where it needs to be all-caps.

 src/resources/gtk/webapp-additional-urls-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/webapp-additional-urls-dialog.ui 
b/src/resources/gtk/webapp-additional-urls-dialog.ui
index bec9c9447..0ee6475d2 100644
--- a/src/resources/gtk/webapp-additional-urls-dialog.ui
+++ b/src/resources/gtk/webapp-additional-urls-dialog.ui
@@ -96,7 +96,7 @@
                 <child>
                   <object class="GtkTreeViewColumn" id="url_column">
                     <property name="sizing">autosize</property>
-                    <property name="title" translatable="yes">URL</property>
+                    <property name="title" translatable="yes" context="Column header in the Additional URLs 
dialog">URL</property>
                     <property name="clickable">True</property>
                     <property name="reorderable">True</property>
                     <property name="sort_column_id">0</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]