Ticket #6401: dstcheck.diff

File dstcheck.diff, 853 bytes (added by humdinger, 14 years ago)

string patch for dstcheck

  • HiQ-Data/source/haiku/trunk/src/bin/dstcheck.cpp

     
    7676{
    7777    string = B_TRANSLATE("Attention!\n\nBecause of the switch from daylight "
    7878        "saving time, your computer's clock may be an hour off. Currently, "
    79         "your computer thinks it is ");
     79        "your computer thinks it is:\n\n");
    8080
    8181    time_t t;
    8282    struct tm tm;
     
    147147
    148148        if (index == 2) {
    149149            index = (new BAlert("dstcheck",
    150                 B_TRANSLATE("Would you like to set the clock using the Time and"
    151                 "\nDate preference utility?"),
     150                B_TRANSLATE("Would you like to set the clock?"),
    152151                B_TRANSLATE("No"), B_TRANSLATE("Yes")))->Go();
    153152
    154153            if (index == 1)