[gnome-calendar] window: change "More Details" button label to "Edit Details"



commit 80775a1e54d433503d52bd87822515bb0ccd7af7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Apr 2 12:38:41 2015 -0300

    window: change "More Details" button label to "Edit Details"
    
    As asked by Allan, this better describes
    the purpose of this button.

 data/ui/window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index f2fab00..75d5487 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -380,7 +380,7 @@
             </child>
             <child>
               <object class="GtkButton" id="new_event_details_button">
-                <property name="label" translatable="yes">More Details</property>
+                <property name="label" translatable="yes">Edit Details</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>


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