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:
authorMatthew Petroff <gitlab@mpetroff.net>2019-01-17 23:44:12 +0300
committerMatthew Petroff <gitlab@mpetroff.net>2019-01-17 23:44:12 +0300
commited6c85e50bac8c4662e90c777f74085a8f4877ac (patch)
treec129019afe0d1554dce8d7eccf9f5837b8c0ec74 /src/remmina.c
parent8bfb935fc02e0876cb299dcd1c2742d48339f89c (diff)
Fix typo
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 48d228129..e252d5687 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -92,7 +92,7 @@ static GOptionEntry remmina_options[] =
{ "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 pulgin versions"), NULL },
+ { "full-version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application's version, including the plugin versions"), NULL },
{ NULL }
};