Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
committerDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
commitf46bfa9599b5a4b9c90e27d004fc424b4a4a6e33 (patch)
tree9b6313ec753bed10d50fe1c676dd844b47dedac9 /src/remmina.c
parentb266c8e1707520b157cac395a551af63eeb23146 (diff)
Replace single quotes by true apostrophes
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c4
1 files changed, 2 insertions, 2 deletions
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 }
};