[empathy] Patch to change Yes/No to Accept/Reject



commit 4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea
Author: Brian Curtis <bcurtiswx ubuntu com>
Date:   Fri Feb 17 14:44:55 2012 +0100

    Patch to change Yes/No to Accept/Reject
    
    This patch will change the Yes and No in the subscription request dialog box
    to Accept and Reject respectively.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646654

 libempathy-gtk/empathy-contact-dialogs.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-dialogs.ui b/libempathy-gtk/empathy-contact-dialogs.ui
index ecafddb..7f29d04 100644
--- a/libempathy-gtk/empathy-contact-dialogs.ui
+++ b/libempathy-gtk/empathy-contact-dialogs.ui
@@ -73,7 +73,7 @@
             </child>
             <child>
               <object class="GtkButton" id="button20">
-                <property name="label">gtk-no</property>
+                <property name="label">_Reject</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
@@ -88,7 +88,7 @@
             </child>
             <child>
               <object class="GtkButton" id="button21">
-                <property name="label">gtk-yes</property>
+                <property name="label">_Accept</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>



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