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
path: root/src
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-12-09 03:07:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-09 03:07:30 +0300
commita648695ff98de328c653f66efbe6f2362f180e79 (patch)
treef6d25ace9ab9031325aa822e6fa2b60348eb2c5c /src
parentbb6701947afcde52b6b286a136f84025cd2cd77f (diff)
Spelling: "Warning:"
Diffstat (limited to 'src')
-rw-r--r--src/remmina_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_ssh.c b/src/remmina_ssh.c
index e4d92377e..7d904b129 100644
--- a/src/remmina_ssh.c
+++ b/src/remmina_ssh.c
@@ -522,7 +522,7 @@ remmina_ssh_auth_gui(RemminaSSH *ssh, RemminaProtocolWidget *gp, RemminaFile *re
_("Do you trust the new public key?"));
} else {
message = g_strdup_printf("%s\n%s\n\n%s",
- _("WARNING: The server has changed its public key. This means either you are under attack,\n"
+ _("Warning: The server has changed its public key. This means either you are under attack,\n"
"or the administrator has changed the key. The new public key fingerprint is:"),
keyname,
_("Do you trust the new public key?"));