diff options
-rw-r--r-- | doc/kcontrol/screenshot.png | bin | 103581 -> 97584 bytes | |||
-rw-r--r-- | kcontrol/kcontrol/aboutwidget.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/kcontrol/screenshot.png b/doc/kcontrol/screenshot.png Binary files differindex f73f380cf..3a275cdb3 100644 --- a/doc/kcontrol/screenshot.png +++ b/doc/kcontrol/screenshot.png 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."); |