Opened 14 years ago
Closed 14 years ago
#6733 closed Bug (fixed)
Text Alignment toolbar tooltips incorrectly use "justify" to mean "align"
Reported by: | Anna Tomanek | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5 |
Component: | UI : Language | Version: | |
Keywords: | Cc: |
Description
The Text Alignment buttons incorrectly use the term "justify" to mean "align". Text justification means that the text spans from one margin to another without any ragging on any side. Our "Left/Right/Center Justify" functions, however, create a text that is ragged from one or both sides and thus NOT justified, but aligned.
Moreover, "left/right/center justify" are established terms that describe what happens with the last, incomplete line of the justified text, so CKEditor uses them in an entirely incorrect meaning.
I suggest we start with correcting the toolbar tooltips to stop confusing the end users with descriptions that do not match either what the function does or what its button shows.
Proposed changes:
Left Justify -> Align Left
Center Justify -> Center
Right Justify -> Align Right
Block Justify -> Justify
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Component: | UI : Toolbar → UI : Language |
---|---|
Milestone: | → CKEditor 3.5 |
Status: | new → confirmed |
Changed 14 years ago by
Attachment: | 6733.patch added |
---|
comment:3 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The same must be done with the other English language file.
comment:4 Changed 14 years ago by
Also, this ticket is targeted (correctly) to the 3.5, and the code has been committed on trunk.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Patch with correct tooltips