From 1872b105e01a84ecb634076038b79c9517c9b15a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 19 Jan 2014 01:05:51 -0600 Subject: [PATCH] Rebranding, tooltip, and What's This string cleanup. --- tdehtml/kjserrordlg.ui | 2 +- tdeio/tdefile/kurlbar.cpp | 2 +- tdeprint/management/kmconfigfonts.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tdehtml/kjserrordlg.ui b/tdehtml/kjserrordlg.ui index d5e9c7e28..da653c016 100644 --- a/tdehtml/kjserrordlg.ui +++ b/tdehtml/kjserrordlg.ui @@ -17,7 +17,7 @@ JavaScript Errors - 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. + 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. diff --git a/tdeio/tdefile/kurlbar.cpp b/tdeio/tdefile/kurlbar.cpp index 6eb823e00..228a2ce42 100644 --- a/tdeio/tdefile/kurlbar.cpp +++ b/tdeio/tdefile/kurlbar.cpp @@ -955,7 +955,7 @@ KURLBarItemDialog::KURLBarItemDialog( bool allowGlobal, const KURL& url, TQWhatsThis::add( m_edit, whatsThisText ); whatsThisText = i18n("This is the location associated with the entry. Any valid URL may be used. For example:

" - "%1
http://www.kde.org
ftp://ftp.kde.org/pub/kde/stable

" + "%1
http://www.trinitydesktop.org

" "By clicking on the button next to the text edit box you can browse to an " "appropriate URL.").arg(TQDir::homeDirPath()); label = new TQLabel( i18n("&URL:"), grid ); diff --git a/tdeprint/management/kmconfigfonts.cpp b/tdeprint/management/kmconfigfonts.cpp index 890a42045..35466cb42 100644 --- a/tdeprint/management/kmconfigfonts.cpp +++ b/tdeprint/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."));