summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:28 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:28 -0500
commit25f7a04ae1f722cdfa33232f16e7abf5b5231527 (patch)
tree5109f9e61e69db08ef7be8ae6dc4a65213ee12db /src
parent517bd8489642127c432ffe95066ddfe298e2e683 (diff)
downloadpotracegui-25f7a04ae1f722cdfa33232f16e7abf5b5231527.tar.gz
potracegui-25f7a04ae1f722cdfa33232f16e7abf5b5231527.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r--src/mainwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp
index e92ff2f..54dcb2c 100644
--- a/src/mainwidget.cpp
+++ b/src/mainwidget.cpp
@@ -919,7 +919,7 @@ void MainWidget::tracerExited() {
else
{
emit(signalChangeStatusbar(i18n("Output format not recognized")));
- previewLabel->setText(i18n("Sorry, but the image format which you are working with\nis not recognized by KDE.\nThe image will be correctly saved if you want to,\nbut to see a preview try working with another image format (EPS and PGM showld work well)\nand only when you are satisfied with the result revert to the format\nof your choiche and save the result."));
+ previewLabel->setText(i18n("Sorry, but the image format which you are working with\nis not recognized by TDE.\nThe image will be correctly saved if you want to,\nbut to see a preview try working with another image format (EPS and PGM showld work well)\nand only when you are satisfied with the result revert to the format\nof your choiche and save the result."));
imagesTabs->setCurrentPage(1);
setCursor(ArrowCursor);
return;