]> git.0d.be Git - empathy.git/commitdiff
Patch to change Yes/No to Accept/Reject
authorBrian Curtis <bcurtiswx@ubuntu.com>
Fri, 17 Feb 2012 13:44:55 +0000 (14:44 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 17 Feb 2012 13:44:55 +0000 (14:44 +0100)
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

index ecafddb69672559aa3d9b7cc8dc07e8a61d2c52e..7f29d040d88a2baf2b1852f138c522247cab9f32 100644 (file)
@@ -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>