From 4de827d536ccfa1e0911ccfadf221306f4f33966 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Thu, 29 Jul 2010 17:25:40 +0000 Subject: [PATCH] Small changes to strings. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37810 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/dstcheck.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/dstcheck.cpp b/src/bin/dstcheck.cpp index 7cd780b769..b7e53d82a7 100644 --- a/src/bin/dstcheck.cpp +++ b/src/bin/dstcheck.cpp @@ -75,8 +75,8 @@ void TimedAlert::GetLabel(BString &string) { string = B_TRANSLATE("Attention!\n\nBecause of the switch from daylight " - "saving time, your computer's clock may be an hour off. Currently, " - "your computer thinks it is "); + "saving time, your computer's clock may be an hour off.\n" + "Your computer thinks it is"); time_t t; struct tm tm; @@ -89,6 +89,7 @@ TimedAlert::GetLabel(BString &string) here->FormatTime(timestring, 15, t, false); + string += " "; string += timestring; string += B_TRANSLATE(".\n\nIs this the correct time?"); @@ -147,8 +148,7 @@ main(int argc, char **argv) if (index == 2) { index = (new BAlert("dstcheck", - B_TRANSLATE("Would you like to set the clock using the Time and" - "\nDate preference utility?"), + B_TRANSLATE("Would you like to set the clock?"), B_TRANSLATE("No"), B_TRANSLATE("Yes")))->Go(); if (index == 1)