top: reposition some data due to a translation comment
In a translator hint, under a caution, a reference was made to the "next three items". Unfortunately however, there was one intervening 'item' to which that caution did not apply. This commit just relocates that 'item'. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
00028aa237
commit
ba5f1e5449
@ -569,13 +569,6 @@ static void build_uniq_nlstab (void) {
|
|||||||
"Press '~1h~2' or '~1?~2' for help with ~1Windows~2,\n"
|
"Press '~1h~2' or '~1?~2' for help with ~1Windows~2,\n"
|
||||||
"Type 'q' or <Esc> to continue ");
|
"Type 'q' or <Esc> to continue ");
|
||||||
|
|
||||||
/* Translation Hint: As is true for the text above, the "keys" shown to the left and
|
|
||||||
. also imbedded in the translatable text (along with escape seqs)
|
|
||||||
. should never themselves be translated. */
|
|
||||||
Uniq_nlstab[KEYS_helpext_fmt] = _(""
|
|
||||||
" k,r Manipulate tasks: '~1k~2' kill; '~1r~2' renice\n"
|
|
||||||
" d or s Set update interval\n");
|
|
||||||
|
|
||||||
Uniq_nlstab[WINDOWS_help_fmt] = _(""
|
Uniq_nlstab[WINDOWS_help_fmt] = _(""
|
||||||
"Help for Windows / Field Groups~2 - \"Current Window\" = ~1 %s ~6\n"
|
"Help for Windows / Field Groups~2 - \"Current Window\" = ~1 %s ~6\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -637,6 +630,13 @@ static void build_uniq_nlstab (void) {
|
|||||||
" 'q' or <Esc> to abort changes to window '~1%s~2'\n"
|
" 'q' or <Esc> to abort changes to window '~1%s~2'\n"
|
||||||
" 'a' or 'w' to commit & change another, <Enter> to commit and end ");
|
" 'a' or 'w' to commit & change another, <Enter> to commit and end ");
|
||||||
|
|
||||||
|
/* Translation Hint: As is true for the text above, the "keys" shown to the left and
|
||||||
|
. also imbedded in the translatable text (along with escape seqs)
|
||||||
|
. should never themselves be translated. */
|
||||||
|
Uniq_nlstab[KEYS_helpext_fmt] = _(""
|
||||||
|
" k,r Manipulate tasks: '~1k~2' kill; '~1r~2' renice\n"
|
||||||
|
" d or s Set update interval\n");
|
||||||
|
|
||||||
/* Translation Hint:
|
/* Translation Hint:
|
||||||
. This Fields Management header should be 3 lines long so as
|
. This Fields Management header should be 3 lines long so as
|
||||||
. to allow 1 blank line before the fields & descriptions.
|
. to allow 1 blank line before the fields & descriptions.
|
||||||
|
Loading…
Reference in New Issue
Block a user