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:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 10:53:35 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 10:53:35 +0300
commit14cb7fd68f2d98835e2e94fbe5974b5ad23699ba (patch)
treeb8a1520ab02e1d253fda1c7423153af286d42812 /src/remmina_ssh_plugin.c
parent599a2080d692564f39aff5d316e80b77893e56ac (diff)
parentc6965e974961b94077458f103431b8a24874997a (diff)
Merge branch 'kingu-master-patch-91780' into 'master'
Spelling: ISO, date and time See merge request Remmina/Remmina!2172
Diffstat (limited to 'src/remmina_ssh_plugin.c')
-rw-r--r--src/remmina_ssh_plugin.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/remmina_ssh_plugin.c b/src/remmina_ssh_plugin.c
index 377786f4b..71db62973 100644
--- a/src/remmina_ssh_plugin.c
+++ b/src/remmina_ssh_plugin.c
@@ -1261,22 +1261,22 @@ static gpointer ssh_charset_list[] =
"", "EUC-JP",
"", "EUC-KR",
"", "GBK",
- "", "ISO-8859-1",
- "", "ISO-8859-2",
- "", "ISO-8859-3",
- "", "ISO-8859-4",
- "", "ISO-8859-5",
- "", "ISO-8859-6",
- "", "ISO-8859-7",
- "", "ISO-8859-8",
- "", "ISO-8859-9",
- "", "ISO-8859-10",
- "", "ISO-8859-11",
- "", "ISO-8859-12",
- "", "ISO-8859-13",
- "", "ISO-8859-14",
- "", "ISO-8859-15",
- "", "ISO-8859-16",
+ "", "ISO 8859-1",
+ "", "ISO 8859-2",
+ "", "ISO 8859-3",
+ "", "ISO 8859-4",
+ "", "ISO 8859-5",
+ "", "ISO 8859-6",
+ "", "ISO 8859-7",
+ "", "ISO 8859-8",
+ "", "ISO 8859-9",
+ "", "ISO 8859-10",
+ "", "ISO 8859-11",
+ "", "ISO 8859-12",
+ "", "ISO 8859-13",
+ "", "ISO 8859-14",
+ "", "ISO 8859-15",
+ "", "ISO 8859-16",
"", "KOI8-R",
"", "SJIS",
"", "UTF-8",
@@ -1341,7 +1341,7 @@ static gchar log_tips[] =
" • %U is substituted with the SSH username\n"
" • %p is substituted with Remmina profile name\n"
" • %g is substituted with Remmina profile group name\n"
- " • %d is substituted with local datetime in iso8601 format\n");
+ " • %d is substituted with local date and time in ISO 8601 format\n");
/**
* Array of RemminaProtocolSetting for advanced settings.