Commit 56e1c6d9321b8e79dc2df6f40c09179e2dc3d9d7
1 parent
5f85cba1
Exists in
master
and in
3 other branches
Fixing event trace description.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/core/toggles.c
@@ -126,8 +126,8 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | @@ -126,8 +126,8 @@ toggle_info[LIB3270_TOGGLE_COUNT] = | ||
126 | { | 126 | { |
127 | "eventtrace", | 127 | "eventtrace", |
128 | False, | 128 | False, |
129 | - N_( "Interface" ), | ||
130 | - N_( "Trace interface events" ), | 129 | + N_( "Events" ), |
130 | + N_( "Trace interface and application events" ), | ||
131 | "" | 131 | "" |
132 | }, | 132 | }, |
133 | { | 133 | { |