author | cniehaus <cniehaus> | 2002-11-22 11:29:36 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-11-22 11:29:36 (UTC) |
commit | c185c4f9788a1e3882711efa1b1c11b17fb7ef1d (patch) (side-by-side diff) | |
tree | 9f7858cefd87420f50478796239ad3e36414e6bf /rsync/prototab.h | |
parent | 480284c491e26427c630131a25e56f9ed1d129b2 (diff) | |
download | opie-c185c4f9788a1e3882711efa1b1c11b17fb7ef1d.zip opie-c185c4f9788a1e3882711efa1b1c11b17fb7ef1d.tar.gz opie-c185c4f9788a1e3882711efa1b1c11b17fb7ef1d.tar.bz2 |
This is the way tr() should be used. Now even RTL-languages and such
are supported
@@ -53,7 +53,7 @@ void DateBookWeekLstHeader::setDate(cons
int year,week;
calcWeek(d,week,year,onMonday);
- labelWeek->setText("W: " + QString::number(week));
+ labelWeek->setText(tr( "W: %1" ).arg( ( QString::number(week)) ) );
QDate start=date;
QDate stop=start.addDays(6);
0 files changed, 0 insertions, 0 deletions