diff --git a/src/xfce4-dict.c b/src/xfce4-dict.c index 6285c35..d8715ea 100644 --- a/src/xfce4-dict.c +++ b/src/xfce4-dict.c @@ -48,7 +48,7 @@ static gboolean verbose_mode = FALSE; static GOptionEntry cli_options[] = { - { "dict", 'd', 0, G_OPTION_ARG_NONE, &mode_dict, N_("Search the given text using a Dict server(RFC 2229)"), NULL }, + { "dict", 'd', 0, G_OPTION_ARG_NONE, &mode_dict, N_("Search the given text using a Dict server (RFC 2229)"), NULL }, { "web", 'w', 0, G_OPTION_ARG_NONE, &mode_web, N_("Search the given text using a web-based search engine"), NULL }, { "spell", 's', 0, G_OPTION_ARG_NONE, &mode_spell, N_("Check the given text with a spell checker"), NULL }, { "text-field", 't', 0, G_OPTION_ARG_NONE, &focus_panel_entry, N_("Grab the focus on the text field in the panel"), NULL },