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 02:07:39 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-06-20 02:07:39 +0300
commitfa8c3981f49438c5e4bdc9843ad38862bca293b4 (patch)
treeef1a8a65a1310c2e7b9add066aca3da187d1633b /src/rcw.c
parent0228617097584045313b7a43f6b407dacfac265f (diff)
Weblate discussion fix
Diffstat (limited to 'src/rcw.c')
-rw-r--r--src/rcw.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 326cd616f..70628a4d7 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2061,11 +2061,13 @@ static void rcw_toolbar_tools(GtkToolItem *toggle, RemminaConnectionWindow *cnnw
}
menuitem = gtk_menu_item_new_with_label(_("Send clipboard content as keystrokes"));
static gchar k_tooltip[] =
- N_("CAUTION! We send hardware codes from your local keyboard,\nmany characters can be different from the original text.\n"
+ N_("CAUTION: Pasted text will be sent as a sequence of key-codes as if typed on your local keyboard.\n"
"\n"
- " • To get the best result, set the same keyboard on the client and server.\n"
+ " • For best results use same keyboard settings for both, client and server.\n"
"\n"
- " • Non composable characters using your keyboard will not be transferred.\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"
"\n");
gtk_widget_set_tooltip_text(menuitem, k_tooltip);
gtk_menu_shell_append(GTK_MENU_SHELL(submenu_keystrokes), menuitem);