Commit 57c71b101f2537bfd299883e0b2c2412ddc3be6f

Authored by perry.werneck@gmail.com
1 parent b9cc4369

Documentando opções de toggle

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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",
... ...