[gnome-boxes] wizard: Add mnemonic accelerator to 'Continue' button
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] wizard: Add mnemonic accelerator to 'Continue' button
- Date: Fri, 17 Feb 2012 15:16:15 +0000 (UTC)
commit 53eb3d5de2722a615e9ae7e60775913a7d04d6e7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Feb 17 03:02:33 2012 +0200
wizard: Add mnemonic accelerator to 'Continue' button
https://bugzilla.gnome.org/show_bug.cgi?id=670256
src/wizard.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 0c44a3b..ce17edd 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -97,7 +97,7 @@ private class Boxes.Wizard: Boxes.UI {
steps.get (page).modify_fg (Gtk.StateType.NORMAL, get_color ("white"));
back_button.sensitive = page != WizardPage.INTRODUCTION;
- next_button.label = page != WizardPage.REVIEW ? _("Continue") : _("Create");
+ next_button.label = page != WizardPage.REVIEW ? _("C_ontinue") : _("C_reate");
}
}
@@ -474,7 +474,7 @@ private class Boxes.Wizard: Boxes.UI {
page = page - 1;
});
- next_button = new Gtk.Button.with_label (_("Continue"));
+ next_button = new Gtk.Button.with_mnemonic (_("C_ontinue"));
tool_item = new Gtk.ToolItem ();
tool_item.child = next_button;
tool_item.margin_left = 5;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]