diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-18 06:43:31 +0000 |
commit | eae76faadec33ec57aacee0783274f9d908d892c (patch) | |
tree | d94da080c8fa6e09e3fcf8c77e61317033f06933 /kpersonalizer/main.cpp | |
parent | a56441c54627b3017e235317898a1bfb28859dc5 (diff) | |
download | tdebase-eae76faadec33ec57aacee0783274f9d908d892c.tar.gz tdebase-eae76faadec33ec57aacee0783274f9d908d892c.zip |
More buxfixes
Fixed Kicker loaing problem
Additional KDE->Trinity reference conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176571 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer/main.cpp')
-rw-r--r-- | kpersonalizer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/main.cpp b/kpersonalizer/main.cpp index 09b6b394e..b1707dfb6 100644 --- a/kpersonalizer/main.cpp +++ b/kpersonalizer/main.cpp @@ -29,7 +29,7 @@ static const char description[] = I18N_NOOP("KPersonalizer"); static KCmdLineOptions options[] = { { "r", I18N_NOOP("Personalizer is restarted by itself"), 0 }, - { "before-session", I18N_NOOP("Personalizer is running before KDE session"), 0 }, + { "before-session", I18N_NOOP("Personalizer is running before Trinity session"), 0 }, KCmdLineLastOption }; |