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>2019-12-09 03:07:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-09 03:07:30 +0300
commita648695ff98de328c653f66efbe6f2362f180e79 (patch)
treef6d25ace9ab9031325aa822e6fa2b60348eb2c5c /plugins/exec
parentbb6701947afcde52b6b286a136f84025cd2cd77f (diff)
Spelling: "Warning:"
Diffstat (limited to 'plugins/exec')
-rw-r--r--plugins/exec/exec_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exec/exec_plugin.c b/plugins/exec/exec_plugin.c
index f419c2d43..976ed3ec7 100644
--- a/plugins/exec/exec_plugin.c
+++ b/plugins/exec/exec_plugin.c
@@ -201,7 +201,7 @@ static gboolean remmina_plugin_exec_run(RemminaProtocolWidget *gp)
}else {
dialog = GTK_DIALOG(gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
- _("WARNING! Running a command synchronously may cause Remmina not to respond.\nDo you really want to continue?")));
+ _("Warning: Running a command synchronously may cause Remmina not to respond.\nDo you really want to continue?")));
gint result = gtk_dialog_run (GTK_DIALOG (dialog));
switch (result)