[gnome-usage] storage-row-popover: Set label as non-translatable



commit 7258a4694c7aa67515aad6b42d96db35d4991830
Author: Veerasamy Sevagen <sevagenv gmail com>
Date:   Mon Apr 15 14:35:19 2019 +0000

    storage-row-popover: Set label as non-translatable
    
    This label is just a place-holder for a string that will already be translated. Consequently there is no 
need to translate it.
    That is why translatable is set to "no".
    
    An issue has not yet been reported for this.

 data/ui/storage-actionbar.ui   | 2 +-
 data/ui/storage-row-popover.ui | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/storage-actionbar.ui b/data/ui/storage-actionbar.ui
index e45c6a2..3b50345 100644
--- a/data/ui/storage-actionbar.ui
+++ b/data/ui/storage-actionbar.ui
@@ -14,7 +14,7 @@
 
     <child>
       <object class="GtkButton" id="delete_button">
-        <property name="label" translatable="yes">Delete...</property>
+        <property name="label" translatable="yes">Deleteā€¦</property>
         <property name="can_focus">True</property>
         <property name="visible">True</property>
         <signal name="clicked" handler="delete_clicked" swapped="no"/>
diff --git a/data/ui/storage-row-popover.ui b/data/ui/storage-row-popover.ui
index 7c953c5..d714d77 100644
--- a/data/ui/storage-row-popover.ui
+++ b/data/ui/storage-row-popover.ui
@@ -8,7 +8,7 @@
     <child>
       <object class="GtkLabel" id="label">
         <property name="visible">True</property>
-        <property name="label" translatable="yes">label</property>
+        <property name="label" translatable="no">label</property>
         <property name="margin">10</property>
         <property name="max-width-chars">30</property>
         <property name="wrap">True</property>


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