From 25f7a04ae1f722cdfa33232f16e7abf5b5231527 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:23:28 -0500 Subject: Branding cleanup: KDE -> TDE --- po/de.po | 2 +- po/potracegui.pot | 2 +- src/mainwidget.cpp | 2 +- 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; -- cgit v1.2.1