Commit 652b564dac29ff521e943ed7781cb04088c48332
1 parent
d369c05f
Exists in
master
and in
5 other branches
Documentando opções de toggle
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/lib3270/toggles.c
| @@ -140,18 +140,18 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | @@ -140,18 +140,18 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | ||
| 140 | "fullscreen", | 140 | "fullscreen", |
| 141 | False, | 141 | False, |
| 142 | N_( "Full Screen" ), | 142 | N_( "Full Screen" ), |
| 143 | - N_( "" ) | 143 | + N_( "If set, asks to place the toplevel window in the fullscreen state" ) |
| 144 | }, | 144 | }, |
| 145 | { | 145 | { |
| 146 | "reconnect", | 146 | "reconnect", |
| 147 | False, | 147 | False, |
| 148 | N_( "Auto-Reconnect" ), | 148 | N_( "Auto-Reconnect" ), |
| 149 | - N_( "" ) | 149 | + N_( "Automatically reconnect to the host if it ever disconnects" ) |
| 150 | }, | 150 | }, |
| 151 | { | 151 | { |
| 152 | "insert", | 152 | "insert", |
| 153 | False, | 153 | False, |
| 154 | - N_( "" ), | 154 | + N_( "Set insert mode" ), |
| 155 | N_( "" ) | 155 | N_( "" ) |
| 156 | }, | 156 | }, |
| 157 | { | 157 | { |
| @@ -188,7 +188,7 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | @@ -188,7 +188,7 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | ||
| 188 | "kpalternative", | 188 | "kpalternative", |
| 189 | False, | 189 | False, |
| 190 | N_( "Use +/- for field navigation" ), | 190 | N_( "Use +/- for field navigation" ), |
| 191 | - N_( "Keypad +/- move to next/previous field" ) | 191 | + N_( "Use the keys +/- from keypad to select editable fields" ) |
| 192 | }, | 192 | }, |
| 193 | { | 193 | { |
| 194 | "beep", | 194 | "beep", |
| @@ -199,8 +199,8 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | @@ -199,8 +199,8 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | ||
| 199 | { | 199 | { |
| 200 | "fieldattr", | 200 | "fieldattr", |
| 201 | False, | 201 | False, |
| 202 | - N_( "" ), | ||
| 203 | - N_( "Show Field attribute" ) | 202 | + N_( "Show Field attribute" ), |
| 203 | + N_( "" ) | ||
| 204 | }, | 204 | }, |
| 205 | { | 205 | { |
| 206 | "altscreen", | 206 | "altscreen", |