From 22c0f59a640f71c05ee74551c854c1f60bf9de59 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov <dkirov@gmail.com> Date: Thu, 4 May 2006 18:37:34 +0000 Subject: [PATCH] added some underlines to contact context menu --- data/glade/roster_contact_context_menu.glade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/glade/roster_contact_context_menu.glade b/data/glade/roster_contact_context_menu.glade index dc4256474f..98f5172ac5 100644 --- a/data/glade/roster_contact_context_menu.glade +++ b/data/glade/roster_contact_context_menu.glade @@ -79,7 +79,7 @@ <child> <widget class="GtkImageMenuItem" id="send_file_menuitem"> <property name="visible">True</property> - <property name="label" translatable="yes">Send File</property> + <property name="label" translatable="yes">Send _File</property> <property name="use_underline">True</property> <child internal-child="image"> @@ -165,7 +165,7 @@ <child> <widget class="GtkImageMenuItem" id="resend_authorization_to_menuitem"> <property name="visible">True</property> - <property name="label" translatable="yes">Allow him/her to see my status</property> + <property name="label" translatable="yes">_Allow him/her to see my status</property> <property name="use_underline">True</property> <child internal-child="image"> @@ -185,7 +185,7 @@ <child> <widget class="GtkImageMenuItem" id="rerequest_authorization_from_menuitem"> <property name="visible">True</property> - <property name="label" translatable="yes">Ask to see his/her status</property> + <property name="label" translatable="yes">A_sk to see his/her status</property> <property name="use_underline">True</property> <child internal-child="image"> @@ -205,7 +205,7 @@ <child> <widget class="GtkImageMenuItem" id="forbid_him/her_to_see_my_status1"> <property name="visible">True</property> - <property name="label" translatable="yes">Forbid him/her to see my status</property> + <property name="label" translatable="yes">_Forbid him/her to see my status</property> <property name="use_underline">True</property> <child internal-child="image"> -- GitLab