summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:05:51 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:37 +0100
commitaad1d85a5e8032a7da40d301f13b615a24bfcf28 (patch)
treee5ef483f4a919dae01b196bee01f169f140206da
parent546c7b611178cd3fa3d8037e45ed344542abbd75 (diff)
downloadtdelibs-aad1d85a5e8032a7da40d301f13b615a24bfcf28.tar.gz
tdelibs-aad1d85a5e8032a7da40d301f13b615a24bfcf28.zip
Rebranding, tooltip, and What's This string cleanup.
(cherry picked from commit 1872b105e01a84ecb634076038b79c9517c9b15a)
-rw-r--r--kdeprint/management/kmconfigfonts.cpp2
-rw-r--r--khtml/kjserrordlg.ui2
-rw-r--r--kio/kfile/kurlbar.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/management/kmconfigfonts.cpp b/kdeprint/management/kmconfigfonts.cpp
index e5f47de3b..aa97cc11e 100644
--- a/kdeprint/management/kmconfigfonts.cpp
+++ b/kdeprint/management/kmconfigfonts.cpp
@@ -87,7 +87,7 @@ KMConfigFonts::KMConfigFonts(TQWidget *parent, const char *name)
"(closer to what you see on the screen), but larger print data as well."));
TQWhatsThis::add(m_fontpath,
i18n("When using font embedding you can select additional directories where "
- "KDE should search for embeddable font files. By default, the X server "
+ "TDE should search for embeddable font files. By default, the X server "
"font path is used, so adding those directories is not needed. The default "
"search path should be sufficient in most cases."));
diff --git a/khtml/kjserrordlg.ui b/khtml/kjserrordlg.ui
index d5e9c7e28..da653c016 100644
--- a/khtml/kjserrordlg.ui
+++ b/khtml/kjserrordlg.ui
@@ -17,7 +17,7 @@
<string>JavaScript Errors</string>
</property>
<property name="whatsThis" stdset="0">
- <string>This dialog provides you with notification and details of scripting errors that occur on web pages. In many cases it is due to an error in the web site as designed by its author. In other cases it is the result of a programming error in Konqueror. If you suspect the former, please contact the webmaster of the site in question. Conversely if you suspect an error in Konqueror, please file a bug report at http://bugs.kde.org/. A test case which illustrates the problem will be appreciated.</string>
+ <string>This dialog provides you with notification and details of scripting errors that occur on web pages. In many cases it is due to an error in the web site as designed by its author. In other cases it is the result of a programming error in Konqueror. If you suspect the former, please contact the webmaster of the site in question. Conversely if you suspect an error in Konqueror, please file a bug report at http://bugs.trinitydesktop.org/. A test case which illustrates the problem will be appreciated.</string>
</property>
<grid>
<property name="name">
diff --git a/kio/kfile/kurlbar.cpp b/kio/kfile/kurlbar.cpp
index 5a746ed98..4f04ff2a7 100644
--- a/kio/kfile/kurlbar.cpp
+++ b/kio/kfile/kurlbar.cpp
@@ -955,7 +955,7 @@ KURLBarItemDialog::KURLBarItemDialog( bool allowGlobal, const KURL& url,
TQWhatsThis::add( m_edit, whatsThisText );
whatsThisText = i18n("<qt>This is the location associated with the entry. Any valid URL may be used. For example:<p>"
- "%1<br>http://www.kde.org<br>ftp://ftp.kde.org/pub/kde/stable<p>"
+ "%1<br>http://www.trinitydesktop.org<p>"
"By clicking on the button next to the text edit box you can browse to an "
"appropriate URL.</qt>").arg(TQDir::homeDirPath());
label = new TQLabel( i18n("&URL:"), grid );