From b0b9b94246fad179165cca2f4d5026409349fde0 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 2 Sep 2014 23:19:58 -0500 Subject: reverse OK/snooze button order --- src/snap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index 2a0fb5b..505980c 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -98,8 +98,8 @@ public: g_free (title); b.set_timeout (std::chrono::duration_cast(minutes)); if (interactive) { - b.add_action ("snooze", _("Snooze")); b.add_action ("ok", _("OK")); + b.add_action ("snooze", _("Snooze")); } // add 'sound', 'haptic', and 'awake' objects to the capture so -- cgit v1.2.3