[gnome-clocks] Use "Done" for the alarm dialog
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Use "Done" for the alarm dialog
- Date: Tue, 19 Feb 2013 22:19:39 +0000 (UTC)
commit 14557762e1769ef73b21bfe98251d48e18be8e41
Author: Paolo Borelli <pborelli gnome org>
Date: Tue Feb 19 23:19:05 2013 +0100
Use "Done" for the alarm dialog
src/alarm.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/alarm.vala b/src/alarm.vala
index 515cc25..806f291 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -243,7 +243,7 @@ private class SetupDialog : Gtk.Dialog {
public SetupDialog (Gtk.Window parent, Item? alarm) {
Object (transient_for: parent, modal: true, title: _("New Alarm"));
- add_buttons (Gtk.Stock.CANCEL, 0, Gtk.Stock.SAVE, 1);
+ add_buttons (Gtk.Stock.CANCEL, 0, _("_Done"), 1);
set_default_response (1);
format = Utils.WallClock.get_default ().format;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]