[meld/pathlabel] vcview: Rename Update action to Pull



commit 28bbd68ec752c92ae7cb4d2a3bed49be551b37d9
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Mon Aug 9 06:58:19 2021 +1000

    vcview: Rename Update action to Pull
    
    This terminology compromise was made years ago, trying to balance
    between CVS, SVN, Git, Bazaar, etc. However, at this point it's clear
    that the vast majority of our user base is using Git, and even those
    that aren't are almost certain to understand the Pull terminology.

 meld/resources/ui/vcview.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/resources/ui/vcview.ui b/meld/resources/ui/vcview.ui
index 7b42f3df..e1b67ceb 100644
--- a/meld/resources/ui/vcview.ui
+++ b/meld/resources/ui/vcview.ui
@@ -83,8 +83,8 @@
               <object class="GtkModelButton">
                 <property name="visible">True</property>
                 <property name="action_name">view.vc-update</property>
-                <property name="text" translatable="yes">Update</property>
-                <property name="tooltip_text" translatable="yes">Update working copy from version 
control</property>
+                <property name="text" translatable="yes">Pull</property>
+                <property name="tooltip_text" translatable="yes">Pull remote changes to the local 
repository</property>
               </object>
             </child>
           </object>


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