mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Revise confusing wording about text fields. It now reads
"the amount of text above the current point" instead of "the amount of text remaining", which was of the exact opposite meaning! Urk. Submitted by: joerg
This commit is contained in:
parent
e34fb4afd7
commit
d37bc70266
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8370
@ -22,9 +22,9 @@ aren't being shown (due to insufficient screen space). Using the
|
||||
up/down arrow keys will cause the menu to scroll. When a symbol
|
||||
disappears, it means you are at the top (or bottom) of the menu.
|
||||
|
||||
In text fields, the amount of text remaining will be displayed as a
|
||||
percentage in the lower right corner. 100% means you're at the bottom
|
||||
of the field.
|
||||
In text fields, the amount of text above the current point will be
|
||||
displayed as a percentage in the lower right corner. 100% means
|
||||
you're at the bottom of the field.
|
||||
|
||||
Selecting OK in a menu will confirm whatever action it's controlling.
|
||||
Selecting Cancel will cancel the operation and generally return you to
|
||||
|
@ -22,9 +22,9 @@ aren't being shown (due to insufficient screen space). Using the
|
||||
up/down arrow keys will cause the menu to scroll. When a symbol
|
||||
disappears, it means you are at the top (or bottom) of the menu.
|
||||
|
||||
In text fields, the amount of text remaining will be displayed as a
|
||||
percentage in the lower right corner. 100% means you're at the bottom
|
||||
of the field.
|
||||
In text fields, the amount of text above the current point will be
|
||||
displayed as a percentage in the lower right corner. 100% means
|
||||
you're at the bottom of the field.
|
||||
|
||||
Selecting OK in a menu will confirm whatever action it's controlling.
|
||||
Selecting Cancel will cancel the operation and generally return you to
|
||||
|
Loading…
Reference in New Issue
Block a user