summaryrefslogtreecommitdiffstats
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
parent517bd8489642127c432ffe95066ddfe298e2e683 (diff)
downloadpotracegui-25f7a04ae1f722cdfa33232f16e7abf5b5231527.tar.gz
potracegui-25f7a04ae1f722cdfa33232f16e7abf5b5231527.zip
Branding cleanup: KDE -> TDE
-rw-r--r--po/de.po2
-rw-r--r--po/potracegui.pot2
-rw-r--r--src/mainwidget.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/po/de.po b/po/de.po
index 6a004fd..7940dd7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -211,7 +211,7 @@ msgstr "Ausgabeformat nicht erkannt"
#: mainwidget.cpp:896
msgid ""
"Sorry, but the image format which you are working with\n"
-"is not recognized by KDE.\n"
+"is not recognized by TDE.\n"
"The image will be correctly saved if you want to,\n"
"but to see a preview try working with another image format (EPS and PGM "
"showld work well)\n"
diff --git a/po/potracegui.pot b/po/potracegui.pot
index b352042..882973e 100644
--- a/po/potracegui.pot
+++ b/po/potracegui.pot
@@ -210,7 +210,7 @@ msgstr ""
#: mainwidget.cpp:896
msgid ""
"Sorry, but the image format which you are working with\n"
-"is not recognized by KDE.\n"
+"is not recognized by TDE.\n"
"The image will be correctly saved if you want to,\n"
"but to see a preview try working with another image format (EPS and PGM "
"showld work well)\n"
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;