[polari/wip/dmoelgaard/initial-setup: 225/228] user-details: Change message button label in userDetails



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

    user-details: Change message button label in userDetails
    
    '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.
    
    This commit changes the message button label in userDetails used by
    userPopover and userList from 'Message' 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]