From b0b15316e2276b7838c51c16904da7c02e2aeb28 Mon Sep 17 00:00:00 2001
From: Darrell Anderson
Date: Fri, 23 Mar 2012 17:28:31 -0500
Subject: Fix KDE -> TDE branding.
---
src/settings.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'src')
diff --git a/src/settings.cpp b/src/settings.cpp
index 4c9d2f3..3722438 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -583,7 +583,7 @@ BasketsPage::BasketsPage(TQWidget * parent, const char * name)
m_middleAction->insertItem( i18n("Grab screen zone") );
m_middleAction->insertItem( i18n("Insert color from screen") );
m_middleAction->insertItem( i18n("Load note from file") );
- m_middleAction->insertItem( i18n("Import Launcher from KDE Menu") );
+ m_middleAction->insertItem( i18n("Import Launcher from TDE Menu") );
m_middleAction->insertItem( i18n("Import icon") );
TQLabel *labelM = new TQLabel(m_middleAction, i18n("&Shift+middle-click anywhere:"), widget);
ga->addWidget(labelM, 0, 0);
@@ -907,10 +907,10 @@ ApplicationsPage::ApplicationsPage(TQWidget * parent, const char * name)
i18n("When opening Web links, they are opened in different applications, depending on the content of the link "
"(a Web page, an image, a PDF document...), such as if they were files on your computer.
"
"Here is how to do if you want every Web addresses to be opened in your Web browser. "
- "It is useful if you are not using KDE (if you are using eg. GNOME, XFCE...).
"
+ "It is useful if you are not using TDE (if you are using eg. GNOME, XFCE...).
"
""
- "- Open the KDE Control Center (if it is not available, try to type \"kcontrol\" in a command line terminal);
"
- "- Go to the \"KDE Components\" and then \"Components Selector\" section;
"
+ "- Open the TDE Control Center (if it is not available, try to type \"kcontrol\" in a command line terminal);
"
+ "- Go to the \"TDE Components\" and then \"Components ChooserSelector\" section;
"
"- Choose \"Web Browser\", check \"In the following browser:\" and enter the name of your Web browser (like \"firefox\" or \"epiphany\").
"
"
"
"Now, when you click any link that start with \"http://...\", it will be opened in your Web browser (eg. Mozilla Firefox or Epiphany or...).
"
@@ -925,12 +925,12 @@ ApplicationsPage::ApplicationsPage(TQWidget * parent, const char * name)
i18n("How to change the applications used to open files and links?"),
i18n("Here is how to set the application to be used for each type of file. "
"This also applies to Web links if you choose not to open them systematically in a Web browser (see the first help link). "
- "The default settings should be good enough for you, but this tip is useful if you are using GNOME, XFCE, or another environment than KDE.
"
+ "The default settings should be good enough for you, but this tip is useful if you are using GNOME, XFCE, or another environment than TDE."
"This is an example of how to open HTML pages in your Web browser (and keep using the other applications for other addresses or files). "
"Repeat these steps for each type of file you want to open in a specific application.
"
""
- "- Open the KDE Control Center (if it is not available, try to type \"kcontrol\" in a command line terminal);
"
- "- Go to the \"KDE Components\" and then \"File Associations\" section;
"
+ "- Open the TDE Control Center (if it is not available, try to type \"kcontrol\" in a command line terminal);
"
+ "- Go to the \"TDE Components\" and then \"File Associations\" section;
"
"- In the tree, expand \"text\" and click \"html\";
"
"- In the applications list, add your Web browser as the first entry;
"
"- Do the same for the type \"application -> xhtml+xml\".
"
--
cgit v1.2.1