summaryrefslogtreecommitdiff
path: root/src/gui/panels/welcome.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/panels/welcome.c')
-rw-r--r--src/gui/panels/welcome.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c
index a007f38..a831a6c 100644
--- a/src/gui/panels/welcome.c
+++ b/src/gui/panels/welcome.c
@@ -378,7 +378,11 @@ static void g_welcome_panel_load_tips(GWelcomePanel *panel)
"Then run the interpreter suitable to your configuration (debug or release):\n\n"
" python3-dbg -c 'import pychrysalide ; print(pychrysalide.mod_version())'"),
- _("All the configuration files for Chrysalide are located in $HOME/.config/chrysalide/.")
+ _("All the configuration files for Chrysalide are located in $HOME/.config/chrysalide/."),
+
+ _("The behavior of the main menu bar is copied from the one of a well known browser "
+ "with a fox mascot.\n\n"
+ "To make the menu bar appear and disappear, juste press and release the Alt key.")
};