[calls] selector-item: Name label does not need to be translatable



commit b36725c69b95a4489839c130e769997238417887
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Mon Oct 18 17:04:14 2021 +0200

    selector-item: Name label does not need to be translatable
    
    The code will set a name here, so the label as in the ui file will never be
    shown in the running application.
    
    Closes #338

 src/ui/call-selector-item.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ui/call-selector-item.ui b/src/ui/call-selector-item.ui
index fa3ce171..9a9c3ff9 100644
--- a/src/ui/call-selector-item.ui
+++ b/src/ui/call-selector-item.ui
@@ -28,7 +28,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="margin_left">3</property>
-                    <property name="label" translatable="yes">+441234567890</property>
+                    <property name="label">+441234567890</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>


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