Bug 76333 - bad grammar in "HTML Tidy could not be found" message
Summary: bad grammar in "HTML Tidy could not be found" message
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-28 05:41 UTC by Adrian Holovaty
Modified: 2004-02-29 11:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Holovaty 2004-02-28 05:41:24 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    RedHat RPMs
OS:          Linux

In Kate, I clicked Tools | KDE Scripts | HTML Tidy. I got this message:

"""
HTML Tidy could not be found.

Please download install HTML tidy into your path, tidy can be downloaded from http://tidy.sf.net
"""

This message is gramattically incorrect. Here's a suggestion on how to rewrite it:

"""
HTML Tidy is not installed.

Please download HTML Tidy from http://tidy.sourceforge.net and install it in order to enable this feature.
"""
Comment 1 Anders Lund 2004-02-29 11:12:10 UTC
CVS commit by alund: 

Grammar fix.

CCMAIL: 76333-done@bugs.kde.org


  M +3 -2      html-tidy.sh   1.5


--- kdeaddons/kate/scripts/html-tidy.sh  #1.4:1.5
@@ -31,6 +31,7 @@
 # Is tidy installed
 if [ `$tidy -v | grep -c "HTML Tidy"` -ne 1 ];then
-kdialog --msgbox "HTML Tidy could not be found.
-Please download install HTML tidy into your path, tidy can be downloaded from http://tidy.sf.net"
+kdialog --msgbox "HTML Tidy was not found.
+Make sure the HTML Tidy executable ('tidy') is in your PATH.
+HTML tidy can be downloaded from http://tidy.sf.net"
 else
 # Get the active document number