Commit 23845a5d3b92a01a91dfdfa5c1f9ee2cd849648c

Authored by perry.werneck@gmail.com
1 parent 652b564d

Documentando opções de toggle

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib3270/toggles.c
... ... @@ -122,7 +122,7 @@ toggle_info[LIB3270_TOGGLE_COUNT] =
122 122 "marginedpaste",
123 123 False,
124 124 N_( "Paste with left margin" ),
125   - N_( "If set, puts restrictions on how pasted text is placed on the screen. The position of the cursor at the time the paste operation is begun is used as a left margin. No pasted text will fill any area of the screen to the left of that position. This option is useful for pasting into certain IBM editors that use the left side of the screen for control information." )
  125 + N_( "If set, puts restrictions on how pasted text is placed on the screen. The position of the cursor at the time the paste operation is begun is used as a left margin. No pasted text will fill any area of the screen to the left of that position. This option is useful for pasting into certain IBM editors that use the left side of the screen for control information" )
126 126 },
127 127 {
128 128 "rectselect",
... ...