diff options
Diffstat (limited to 'kbabel/commonui/context.cpp')
-rw-r--r-- | kbabel/commonui/context.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/commonui/context.cpp b/kbabel/commonui/context.cpp index cb54e884..b8d79830 100644 --- a/kbabel/commonui/context.cpp +++ b/kbabel/commonui/context.cpp @@ -263,7 +263,7 @@ bool SourceContext::loadPart() if( offers.count() < 1 ) { KMessageBox::error(this,i18n("KBabel cannot start a text editor component.\n" - "Please check your KDE installation.")); + "Please check your TDE installation.")); _part=0; _view=0; return false; @@ -273,7 +273,7 @@ bool SourceContext::loadPart() if( !factory ) { KMessageBox::error(this,i18n("KBabel cannot start a text editor component.\n" - "Please check your KDE installation.")); + "Please check your TDE installation.")); _part=0; _view=0; return false; @@ -283,7 +283,7 @@ bool SourceContext::loadPart() if( !_part ) { KMessageBox::error(this,i18n("KBabel cannot start a text editor component.\n" - "Please check your KDE installation.")); + "Please check your TDE installation.")); _part=0; _view=0; return false; |