Ticket #6401: dstdeck.diff

File dstdeck.diff, 1.2 KB (added by humdinger, 14 years ago)

updated diff

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

     
    7575TimedAlert::GetLabel(BString &string)
    7676{
    7777    string = B_TRANSLATE("Attention!\n\nBecause of the switch from daylight "
    78         "saving time, your computer's clock may be an hour off. Currently, "
    79         "your computer thinks it is ");
     78        "saving time, your computer's clock may be an hour off.\n"
     79        "Your computer thinks it is:");
    8080
    8181    time_t t;
    8282    struct tm tm;
     
    8989   
    9090    here->FormatTime(timestring, 15, t, false);
    9191   
     92    string += " ";
    9293    string += timestring;
    9394
    94     string += B_TRANSLATE(".\n\nIs this the correct time?");
     95    string += B_TRANSLATE("\n\nIs this the correct time?");
    9596}
    9697
    9798
     
    147148
    148149        if (index == 2) {
    149150            index = (new BAlert("dstcheck",
    150                 B_TRANSLATE("Would you like to set the clock using the Time and"
    151                 "\nDate preference utility?"),
     151                B_TRANSLATE("Would you like to set the clock?"),
    152152                B_TRANSLATE("No"), B_TRANSLATE("Yes")))->Go();
    153153
    154154            if (index == 1)