diff options
Diffstat (limited to 'src/kooldock.cpp')
-rw-r--r-- | src/kooldock.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kooldock.cpp b/src/kooldock.cpp index d951163..6c2e8cb 100644 --- a/src/kooldock.cpp +++ b/src/kooldock.cpp @@ -106,7 +106,8 @@ KoolDock::KoolDock(TQWidget* parent, const char* name) : if (fFirstRun) { // Show welcome dialog. - TQString welcomeMsg("<center><B>Welcome</B></center>It appears to be the first time you run KoolDock.<br>" + const char* welcomeMsg = + I18N_NOOP("<center><B>Welcome</B></center>It appears to be the first time you run KoolDock.<br>" "By default the dock is hidden at the botton of the screen, move your mouse" " to the bottom edge of the screen and the dock will appear.<br>" "Right click on the dock for a menu that allows you to configure it<br>" |