From 8a5c546d42f0f3da68ec71fc082498e5225b0bd3 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 10 Jun 2015 12:37:02 -0400 Subject: [PATCH] dstcheck: swap first and second buttons, change wording... ... from "Use this time" to "Keep this time", as the question is about keeping the status quo, not changing to some different time. As discussed with Humdinger in #haiku. --- src/bin/dstcheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/dstcheck.cpp b/src/bin/dstcheck.cpp index a6cbf6efcc..30281e33c4 100644 --- a/src/bin/dstcheck.cpp +++ b/src/bin/dstcheck.cpp @@ -139,9 +139,9 @@ main(int argc, char **argv) TimedAlert::GetLabel(string); int32 index = (new TimedAlert("timedAlert", string.String(), - B_TRANSLATE("Ask me later"), B_TRANSLATE("Use this time"), + B_TRANSLATE("Keep this time"), B_TRANSLATE("Ask me later"), B_TRANSLATE("Manually adjust time" B_UTF8_ELLIPSIS)))->Go(); - if (index == 0) + if (index == 1) exit(0); if (index == 2)