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>2020-11-27 18:04:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-27 18:04:40 +0300
commitce944faf1444f46c1f66708c69e2fd1e7c9b58ed (patch)
tree9463329547377e88423f125d5cad808eeb82972e /src/remmina_pref_dialog.c
parent38cb129abc0ee99278426ee4c804387d0f2cf4ee (diff)
Correct location of Terminal colour scheme setting
Diffstat (limited to 'src/remmina_pref_dialog.c')
-rw-r--r--src/remmina_pref_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_pref_dialog.c b/src/remmina_pref_dialog.c
index e8393f11c..d2ddec116 100644
--- a/src/remmina_pref_dialog.c
+++ b/src/remmina_pref_dialog.c
@@ -737,7 +737,7 @@ GtkDialog* remmina_pref_dialog_new(gint default_tab, GtkWindow *parent)
"\n",
destpath,
"\n",
- _("This file is used as custom terminal colour scheme in the advanced profile TAB"),
+ _("This file contains the \"Custom\" terminal colour scheme selectable from the \"Advanced\" tab of terminal connections and editable in the \"Terminal\" tab in the settings."),
NULL);
gtk_widget_set_tooltip_text (GTK_WIDGET(remmina_pref_dialog->button_term_cs), fc_tooltip_text);
gtk_file_chooser_set_current_folder( GTK_FILE_CHOOSER(remmina_pref_dialog->button_term_cs), REMMINA_RUNTIME_TERM_CS_DIR);