From f46bfa9599b5a4b9c90e27d004fc424b4a4a6e33 Mon Sep 17 00:00:00 2001 From: Davy Defaud Date: Sun, 27 Jan 2019 19:47:11 +0100 Subject: Replace single quotes by true apostrophes --- src/remmina.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/remmina.c') diff --git a/src/remmina.c b/src/remmina.c index e252d5687..ef4751a05 100644 --- a/src/remmina.c +++ b/src/remmina.c @@ -91,8 +91,8 @@ static GOptionEntry remmina_options[] = { "server", 's', 0, G_OPTION_ARG_STRING, NULL, N_("Use default server name (for --new)"), "SERVER" }, { "protocol", 't', 0, G_OPTION_ARG_STRING, NULL, N_("Use default protocol (for --new)"), "PROTOCOL" }, { "icon", 'i', 0, G_OPTION_ARG_NONE, NULL, N_("Start as tray icon"), NULL }, - { "version", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application's version"), NULL }, - { "full-version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application's version, including the plugin versions"), NULL }, + { "version", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application’s version"), NULL }, + { "full-version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application’s version, including the plugin versions"), NULL }, { NULL } }; -- cgit v1.2.3