diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-23 16:52:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-23 16:52:21 -0500 |
commit | 23cfe59e94497b45d9ca0360ee3283bb24ecb695 (patch) | |
tree | 08618d36379b29e4bd4318e442f813e40cf8388b /korganizer | |
parent | 38c70c5de9c7ebb2e55f97eb9df09e8f31c338f7 (diff) | |
download | tdepim-23cfe59e94497b45d9ca0360ee3283bb24ecb695.tar.gz tdepim-23cfe59e94497b45d9ca0360ee3283bb24ecb695.zip |
Fix KDE -> TDE branding.
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/resourceview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/resourceview.cpp b/korganizer/resourceview.cpp index 04927bd0d..11787630e 100644 --- a/korganizer/resourceview.cpp +++ b/korganizer/resourceview.cpp @@ -541,8 +541,8 @@ void ResourceView::removeResource() this, i18n( "<qt>You may not delete your standard calendar resource.<p>" "You can change the standard calendar resource in the " - "KDE Control Center using the KDE Resource settings under the " - "KDE Components area.</qt>" ) ); + "TDE Control Center using the TDE Resource settings under the " + "TDE Components area.</qt>" ) ); return; } } |