aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-16 21:43:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-16 21:43:32 +0000
commitdbbc28eba8ad229af0d414f16c6e01b63fb4e3cc (patch)
tree105024c81d773473b9006a3f5546743a4b11ecfa /gtk/plugins_dlg.c
parent32416864d1e4844e841ac43e9013b0c20b1761c3 (diff)
Don't put underscores in a phrase that's just shown to users.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26793 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index 8baf354b3d..87b8ff1f20 100644
--- a/gtk/plugins_dlg.c
+++ b/gtk/plugins_dlg.c
@@ -67,7 +67,7 @@ plugins_scan(GtkWidget *list)
if (pt_plug->register_wtap_module)
{
type = g_string_append(type, sep);
- type = g_string_append(type, "file_format");
+ type = g_string_append(type, "file format");
sep = ", ";
}
if (pt_plug->register_codec_module)