diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-02 02:29:24 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-02 02:29:24 -0600 |
commit | f7e7a694fcd127d1fdc6dc0d46d0f15dd4d76519 (patch) | |
tree | 095801288fb4f9f5bbd47f967a6566877890b536 /kcontrol | |
parent | 83f044c559e90ca2d0392c5cf869c2c0bf352820 (diff) | |
download | tdebase-f7e7a694fcd127d1fdc6dc0d46d0f15dd4d76519.tar.gz tdebase-f7e7a694fcd127d1fdc6dc0d46d0f15dd4d76519.zip |
Update kcontrol screen capture in help handbook.
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kcontrol/aboutwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kcontrol/aboutwidget.cpp b/kcontrol/kcontrol/aboutwidget.cpp index d6a0e06dd..b37ff2802 100644 --- a/kcontrol/kcontrol/aboutwidget.cpp +++ b/kcontrol/kcontrol/aboutwidget.cpp @@ -44,7 +44,7 @@ static const char kcc_text[] = I18N_NOOP("Trinity Control Center"); static const char title_text[] = I18N_NOOP("Configure your desktop environment."); -static const char intro_text[] = I18N_NOOP("Welcome to the \"Trinity Control Center\", " +static const char intro_text[] = I18N_NOOP("Welcome to the Trinity Control Center, " "a central place to configure your " "desktop environment. " "Select an item from the index on the left " @@ -54,7 +54,7 @@ static const char kcc_infotext[] = I18N_NOOP("Trinity Info Center"); static const char title_infotext[] = I18N_NOOP("Get system and desktop environment information"); -static const char intro_infotext[] = I18N_NOOP("Welcome to the \"Trinity Info Center\", " +static const char intro_infotext[] = I18N_NOOP("Welcome to the Trinity Info Center, " "a central place to find information about your " "computer system."); |