Branding cleanup: I18N_NOOP KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 5077913f28
commit b69876cf87

@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "kcolordialog.h"
static const char description[] =
I18N_NOOP("KDE Color Chooser");
I18N_NOOP("TDE Color Chooser");
static const char version[] = "v1.0.1";

@ -1619,7 +1619,7 @@ void setFaxDefaults(){
}
static const char description[] =
I18N_NOOP("KDE G3/G4 Fax Viewer");
I18N_NOOP("TDE G3/G4 Fax Viewer");
static KCmdLineOptions options[] =
{

@ -32,7 +32,7 @@
#include "properties.h"
static const char description[] =
I18N_NOOP("KDE Icon Editor");
I18N_NOOP("TDE Icon Editor");
static KCmdLineOptions options[] =
{

@ -834,7 +834,7 @@ KAboutData * MrmlPart::createAboutData()
{
KAboutData *data = new KAboutData(
"kmrml",
I18N_NOOP("MRML Client for KDE"),
I18N_NOOP("MRML Client for TDE"),
KMRML_VERSION,
I18N_NOOP("A tool to search for images by their content"),
KAboutData::License_GPL,

@ -62,7 +62,7 @@ int main (int argc, char *argv [])
"kolourpaint",
I18N_NOOP ("KolourPaint"),
kpVersionText,
I18N_NOOP ("Paint Program for KDE"),
I18N_NOOP ("Paint Program for TDE"),
KAboutData::License_Custom,
0/*copyright statement - see licence instead*/,
0/*no free text*/,

@ -26,9 +26,9 @@ int main(int argc, char *argv[])
{
KAboutData aboutData( "kruler", I18N_NOOP("KDE Screen Ruler"),
KAboutData aboutData( "kruler", I18N_NOOP("TDE Screen Ruler"),
VERSION,
I18N_NOOP("A screen ruler for the K Desktop Environment"),
I18N_NOOP("A screen ruler for the Trinity Desktop Environment"),
KAboutData::License_GPL,
"(c) 2000, Till Krech",
freeFormText,

@ -31,7 +31,7 @@
#include "ksnapshot.h"
static const char description[] =
I18N_NOOP("KDE Screenshot Utility");
I18N_NOOP("TDE Screenshot Utility");
static KCmdLineOptions options[] =
{

@ -5,7 +5,7 @@
#include <klocale.h>
static const char description[] =
I18N_NOOP("A KDE KPart Application");
I18N_NOOP("A TDE KPart Application");
static const char version[] = "v0.1";

@ -170,7 +170,7 @@ KViewViewer::~KViewViewer()
KAboutData * KViewViewer::createAboutData()
{
KAboutData * aboutData = new KAboutData( "kviewviewer", I18N_NOOP( "KView" ),
KVIEW_VERSION, I18N_NOOP( "KDE Image Viewer Part" ),
KVIEW_VERSION, I18N_NOOP( "TDE Image Viewer Part" ),
KAboutData::License_GPL,
I18N_NOOP("(c) 1997-2002, The KView Developers") );
aboutData->addAuthor( "Matthias Kretz", I18N_NOOP( "Maintainer" ), "kretz@kde.org" );

@ -23,7 +23,7 @@
#include <kcmdlineargs.h>
#include <klocale.h>
static const char description[] = I18N_NOOP( "KDE Image Viewer" );
static const char description[] = I18N_NOOP( "TDE Image Viewer" );
static KCmdLineOptions options[] =
{

Loading…
Cancel
Save