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:
authorAllan Nordhøy <epost@anotheragency.no>2021-01-15 10:53:35 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 10:53:35 +0300
commitc6965e974961b94077458f103431b8a24874997a (patch)
tree412dbb690665e3b1f5ff57d2f81d80d29ba3561e /src/remmina_ssh_plugin.c
parent5e9b7ae09c46fca3a815ba46f485a61277128f9f (diff)
Spelling: ISO, date and time
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 b821897ca..d1e8034af 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.