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.
This commit is contained in:
Augustin Cavalier
2015-06-10 12:37:02 -04:00
parent 2da6584ad0
commit 8a5c546d42
+2 -2
View File
@@ -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)