diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:06:44 -0500 | 
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:06:44 -0500 | 
| commit | aba985fc7e36791b1655d0ef79715b648411911f (patch) | |
| tree | 3e99c4df95f739a9bb10691a3001a39376460b7c /kbabel/commonui/context.cpp | |
| parent | bc1caa41aa6b4a7caffd518cd53ec6661174e8dc (diff) | |
| download | tdesdk-aba985fc7e36791b1655d0ef79715b648411911f.tar.gz tdesdk-aba985fc7e36791b1655d0ef79715b648411911f.zip | |
Branding cleanup: KDE -> TDE
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; | 
