aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorBrian Curtis <bcurtiswx@ubuntu.com>2012-02-17 21:44:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-17 21:44:55 +0800
commit4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea (patch)
treea2d903abfd15ee2b0ba72984c3392bdb55c3ae0b /libempathy-gtk
parent3ffffaaf8c00e6ddc78e37dd9bfbc5f38365d4db (diff)
downloadgsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar.gz
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar.bz2
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar.lz
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar.xz
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.tar.zst
gsoc2013-empathy-4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea.zip
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-dialogs.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.ui b/libempathy-gtk/empathy-contact-dialogs.ui
index ecafddb69..7f29d040d 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>