aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-exec.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-08-03 15:29:51 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-08-03 15:29:51 +0000
commit0056d74d01568049a69509adbb7376b4519be884 (patch)
tree04f9a9d28ed80b1bd421952cb92e9faeb8317f09 /epan/dissectors/packet-exec.c
parent7b5d7d2e33eba2a7d7ccce1c85822c48cea9cbf4 (diff)
Remove question marks in preference titles.
svn path=/trunk/; revision=33699
Diffstat (limited to 'epan/dissectors/packet-exec.c')
-rw-r--r--epan/dissectors/packet-exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-exec.c b/epan/dissectors/packet-exec.c
index 56d88e224a..8db6f41e1c 100644
--- a/epan/dissectors/packet-exec.c
+++ b/epan/dissectors/packet-exec.c
@@ -394,11 +394,11 @@ proto_register_exec(void)
/* Register our preferences */
prefs_register_bool_preference(exec_module, "info_show_username",
- "Show username in info column?",
+ "Show username in info column",
"Controls the display of the session's username in the info column. This is only displayed if the packet containing it was seen during this capture session.", &preference_info_show_username);
prefs_register_bool_preference(exec_module, "info_show_command",
- "Show command in info column?",
+ "Show command in info column",
"Controls the display of the command being run on the server by this session in the info column. This is only displayed if the packet containing it was seen during this capture session.", &preference_info_show_command);
}