We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcdce8 commit b1e1c13Copy full SHA for b1e1c13
1 file changed
remmina/src/remmina_ssh_plugin.c
@@ -480,7 +480,7 @@ void remmina_plugin_ssh_popup_ui(RemminaProtocolWidget *gp)
480
GtkWidget *select_all = gtk_menu_item_new_with_label(_("Select All (Host+a)"));
481
GtkWidget *copy = gtk_menu_item_new_with_label(_("Copy (Host+c)"));
482
GtkWidget *paste = gtk_menu_item_new_with_label(_("Paste (Host+v)"));
483
- GtkWidget *save = gtk_menu_item_new_with_label(_("Save session to file (Host+v)"));
+ GtkWidget *save = gtk_menu_item_new_with_label(_("Save session to file"));
484
485
gtk_menu_shell_append (GTK_MENU_SHELL(menu), select_all);
486
gtk_menu_shell_append (GTK_MENU_SHELL(menu), copy);
0 commit comments