diff options
Diffstat (limited to 'kjumpingcube/main.cpp')
-rw-r--r-- | kjumpingcube/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp index 12d53b81..5f2e314f 100644 --- a/kjumpingcube/main.cpp +++ b/kjumpingcube/main.cpp @@ -31,7 +31,7 @@ static const char description[] = // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/tdeui/ui_standards.rc +// tdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char *argv[]) |