Rebranding, tooltip, and What's This string cleanup.

pull/16/head
Darrell Anderson 10 years ago
parent 50d58f6f40
commit 1872b105e0

@ -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">

@ -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 );

@ -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."));

Loading…
Cancel
Save