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/rcw.c
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-06-20 12:51:30 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-06-20 12:51:30 +0300
commitcc9714090e3242f160fd178abdf99722cdc8ae4a (patch)
treebf6e1471d92e177186838bfbd68dc038aed95222 /src/rcw.c
parent7ddbf6d7f73f4a1161abaad25728a3829d4d422a (diff)
Release v1.4.27
Diffstat (limited to 'src/rcw.c')
-rw-r--r--src/rcw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 70628a4d7..c15d23b64 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2067,7 +2067,7 @@ static void rcw_toolbar_tools(GtkToolItem *toggle, RemminaConnectionWindow *cnnw
"\n"
" • If client-keyboard is different from server-keyboard the received text can contain wrong or erroneous characters.\n"
"\n"
- " • Unicode characters and other special characters that can't be translated to local key-codes will be ignored by the receiver.\n"
+ " • Unicode characters and other special characters that can't be translated to local key-codes won’t be sent to the server.\n"
"\n");
gtk_widget_set_tooltip_text(menuitem, k_tooltip);
gtk_menu_shell_append(GTK_MENU_SHELL(submenu_keystrokes), menuitem);