TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Use button text or tooltip text? From:"Chuck Martin" <cm -at- writeforyou -dot- com> To:techwr-l Date:Mon, 18 Aug 2003 11:08:12 -0700
I am documenting a web application that, like many client applications, uses
toolbars. Users can select options on how to view the toolbars: icons only,
text only, or icons and text. The buttons in the toolbar also have tooltips.
But unlike most applications I've seen, the text in the tooltip is different
from the text on the button (when the button text is chosen for viewing). So
my questions is: When I write "Click <button>" in an instruction, should
<button> be the button text or the tooltip text?
I know the general rule it to tell users exactly what they are clicking on.
My issue is, when users select "icon only," while I can add the pictograph
of the icon, I also must have the text, and if I use the button text, then
it won't match the tooltip text.
Of course, I will probably enter this as a bug, as I think the tooltip text
should match the button text, but if I am either overruled or if it's not
considered serious enough to get changed for this release, what's the best
solution for presenting the information so it'll be best understood by
users?