Commit b9cc4369d065e371c7f435d84f42ad88f337dfcd
1 parent
18bfb59f
Exists in
master
and in
3 other branches
Documentando opções de toggle
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
toggles.c
... | ... | @@ -140,18 +140,18 @@ toggle_info[LIB3270_TOGGLE_COUNT] = |
140 | 140 | "fullscreen", |
141 | 141 | False, |
142 | 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 | 146 | "reconnect", |
147 | 147 | False, |
148 | 148 | N_( "Auto-Reconnect" ), |
149 | - N_( "" ) | |
149 | + N_( "Automatically reconnect to the host if it ever disconnects" ) | |
150 | 150 | }, |
151 | 151 | { |
152 | 152 | "insert", |
153 | 153 | False, |
154 | - N_( "" ), | |
154 | + N_( "Set insert mode" ), | |
155 | 155 | N_( "" ) |
156 | 156 | }, |
157 | 157 | { |
... | ... | @@ -188,7 +188,7 @@ toggle_info[LIB3270_TOGGLE_COUNT] = |
188 | 188 | "kpalternative", |
189 | 189 | False, |
190 | 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 | 194 | "beep", |
... | ... | @@ -199,8 +199,8 @@ toggle_info[LIB3270_TOGGLE_COUNT] = |
199 | 199 | { |
200 | 200 | "fieldattr", |
201 | 201 | False, |
202 | - N_( "" ), | |
203 | - N_( "Show Field attribute" ) | |
202 | + N_( "Show Field attribute" ), | |
203 | + N_( "" ) | |
204 | 204 | }, |
205 | 205 | { |
206 | 206 | "altscreen", | ... | ... |