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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user