summaryrefslogtreecommitdiff
path: root/src/gui/panels/welcome.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-27 22:51:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-27 22:51:43 (GMT)
commit7640b28691817aea89fc5a5dd5e74fd0b40c516f (patch)
tree5b8dc6b6746575fb4bbfcefff36fc9af5f6a2c17 /src/gui/panels/welcome.c
parent56b84c3624c59c8a1796bf411b7ba950d12ddfc5 (diff)
Made the menu bar appear and disappear in the same way Firefox does.
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.")
};