author | zautrix <zautrix> | 2004-12-04 22:01:08 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-12-04 22:01:08 (UTC) |
commit | 9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df (patch) (side-by-side diff) | |
tree | 0b1707f003049d6c86b001d87e2c3e2525ac471e /korganizer | |
parent | 33a7e96870517ccf4b1daf5bfcbac4755ee535b4 (diff) | |
download | kdepimpi-9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df.zip kdepimpi-9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df.tar.gz kdepimpi-9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df.tar.bz2 |
translation fixes
-rw-r--r-- | korganizer/kowhatsnextview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kowhatsnextview.cpp b/korganizer/kowhatsnextview.cpp index 3801ed4..5f14bfa 100644 --- a/korganizer/kowhatsnextview.cpp +++ b/korganizer/kowhatsnextview.cpp @@ -245,5 +245,5 @@ void KOWhatsNextView::updateView() //mText += "<table>"; // mText += "<b><font color=\"#000080\"><em>"+i18n("No event, nothing to do.") +"</em></font></b>\n"; - mText += "<h3 align=\"center\"><font color=\"#008000\"><em>"+i18n("No event, nothing to do. ") +"</em></font></h3>\n"; + mText += "<h3 align=\"center\"><font color=\"#008000\"><em>"+i18n("No event, nothing to do.") +"</em></font></h3>\n"; //mText +="</table>"; } |