From 060b4fc7a3fd5c1b5f745167fe084f7486719b7e Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 20 Feb 2004 00:50:32 +0000 Subject: Update the API Documentation for DateFormat and TimeString utility classes Add a Translator hint what M, D, Y mean --- (limited to 'library/timestring.cpp') diff --git a/library/timestring.cpp b/library/timestring.cpp index 8f60b72..2fd0191 100644 --- a/library/timestring.cpp +++ b/library/timestring.cpp @@ -67,10 +67,10 @@ QString DateFormat::toNumberString() const // switch on the relavent 3 bits. switch((_shortOrder >> (i * 3)) & 0x0007) { case 0x0001: - buf += QObject::tr( "D" ); + buf += QObject::tr( "D" , "Shortcut for Day"); break; case 0x0002: - buf += QObject::tr( "M" ); + buf += QObject::tr( "M", "Shortcur for Month" ); break; case 0x0004: buf += QObject::tr( "Y" ); -- cgit v0.9.0.2