From fb6858b47d21b6376ea9da3520b54e86fd7d57c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mu=C3=B1iz=20Fontoira?= Date: Tue, 20 Aug 2019 22:05:41 +0200 Subject: [PATCH] Add a space missing --- src/xfce4-dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },