[gnome-boxes] libvirt-machine: Add mnemonics to shutdown dialog
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine: Add mnemonics to shutdown dialog
- Date: Fri, 21 Feb 2014 23:44:08 +0000 (UTC)
commit 2e7d57d733031055672083a7a16721a6fbade32a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Feb 21 23:42:32 2014 +0000
libvirt-machine: Add mnemonics to shutdown dialog
src/libvirt-machine.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libvirt-machine.vala b/src/libvirt-machine.vala
index eae4022..e0f093d 100644
--- a/src/libvirt-machine.vala
+++ b/src/libvirt-machine.vala
@@ -444,8 +444,8 @@ private class Boxes.LibvirtMachine: Boxes.Machine {
Gtk.MessageType.QUESTION,
Gtk.ButtonsType.NONE,
_("When you force shutdown, the box may lose data."));
- dialog.add_buttons (_("Cancel"), Gtk.ResponseType.CANCEL,
- _("Shutdown"), Gtk.ResponseType.OK);
+ dialog.add_buttons (_("_Cancel"), Gtk.ResponseType.CANCEL,
+ _("_Shutdown"), Gtk.ResponseType.OK);
var response = dialog.run ();
dialog.destroy ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]