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>2022-06-20 12:21:09 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-06-20 12:21:09 +0300
commit0d81910d9eb69004e146258a7eb055f3f4372f4b (patch)
treef945890dc288a8b47e8893105fef8772e535225d
parent96d7850d41353e92cb2a2349c076191f52832bec (diff)
Weblate discussion fixrel/v1.4.27
-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);