[gnome-calendar] edit-dialog: button labels using header capitalisation



commit 8fd61389723c50bfc1bdd1b89573710e99acd05d
Author: Anwar Sadath <sadath anwar17 gmail com>
Date:   Sun Mar 13 23:32:07 2016 +0530

    edit-dialog: button labels using header capitalisation
    
    All the button labels in edit dialog following header capitalisation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747961

 data/ui/edit-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/edit-dialog.ui b/data/ui/edit-dialog.ui
index 501d63d..f1e59db 100644
--- a/data/ui/edit-dialog.ui
+++ b/data/ui/edit-dialog.ui
@@ -168,7 +168,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="draw_indicator">True</property>
-                <property name="label" translatable="yes">All day</property>
+                <property name="label" translatable="yes">All Day</property>
                 <property name="sensitive" bind-source="GcalEditDialog" bind-property="writable" 
bind-flags="default" />
                 <signal name="toggled" handler="gcal_edit_dialog_all_day_changed" object="GcalEditDialog" 
swapped="no"/>
               </object>
@@ -294,7 +294,7 @@
                 <child>
                   <object class="GtkLabel" id="delete_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Delete event</property>
+                    <property name="label" translatable="yes">Delete Event</property>
                   </object>
                 </child>
                 <style>


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