[polari] userDetails: Change message button label



commit 4fcd98b6294f3afdcacdb37559f2a9c6f4e00c24
Author: Danny Mølgaard <moelgaard dmp gmail com>
Date:   Thu Nov 10 20:30:04 2016 +0100

    userDetails: Change message button label
    
    'Message' can be both a noun and verb, thus resulting in confusion
    in terms of its translation to other languages. It also makes more
    sense to have the label correspond with the 'End Conversation'
    available in the sidebar's right-click menu, so change it to
    'Start Conversation'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774212

 data/resources/user-details.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/resources/user-details.ui b/data/resources/user-details.ui
index 003768b..5be9597 100644
--- a/data/resources/user-details.ui
+++ b/data/resources/user-details.ui
@@ -178,7 +178,7 @@
         </child>
         <child>
           <object class="GtkModelButton" id="messageButton">
-            <property name="text" translatable="yes">Message</property>
+            <property name="text" translatable="yes">Start Conversation</property>
             <property name="halign">fill</property>
             <property name="hexpand">True</property>
             <property name="visible">True</property>


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