[network-manager-applet] editor: accelerator key of radio button changed not to collide with 'Cancel' button (rh #627887)
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] editor: accelerator key of radio button changed not to collide with 'Cancel' button (rh #627887)
- Date: Thu, 2 Sep 2010 12:32:05 +0000 (UTC)
commit 0aef6898cf09040352d9b75143638cd34b9e2ef0
Author: JiÅ?à KlimeÅ¡ <jklimes redhat com>
Date: Thu Sep 2 14:29:51 2010 +0200
editor: accelerator key of radio button changed not to collide with 'Cancel' button (rh #627887)
src/connection-editor/page-mobile.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/page-mobile.c b/src/connection-editor/page-mobile.c
index 47036f3..5703bbb 100644
--- a/src/connection-editor/page-mobile.c
+++ b/src/connection-editor/page-mobile.c
@@ -603,8 +603,10 @@ mobile_connection_new (GtkWindow *parent,
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (gsm_radio), TRUE);
gtk_box_pack_start (GTK_BOX (vbox), gsm_radio, FALSE, FALSE, 6);
+ /* Translators: CDMA has 'D' accelerator key; 'C' collides with 'Cancel' button.
+ You may need to change it according to your language. */
cdma_radio = gtk_radio_button_new_with_mnemonic_from_widget (GTK_RADIO_BUTTON (gsm_radio),
- _("My provider uses _CDMA-based technology (i.e. 1xRTT, EVDO)"));
+ _("My provider uses C_DMA-based technology (i.e. 1xRTT, EVDO)"));
gtk_box_pack_start (GTK_BOX (vbox), cdma_radio, FALSE, FALSE, 6);
gtk_widget_show_all (dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]