From 403a0519ec85a156a7f306b045d9cab619302473 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Fri, 23 Dec 2016 19:46:10 +0100 Subject: Fixed a typo in one tip of the day. --- ChangeLog | 5 +++++ src/gui/panels/welcome.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abc2950..91bc161 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 16-12-23 Cyrille Bagard + * src/gui/panels/welcome.c: + Fix a typo in one tip of the day. + +16-12-23 Cyrille Bagard + * src/analysis/binary.c: Do not save loaded instructions into the loaded binary. diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c index b152a47..386dcb0 100644 --- a/src/gui/panels/welcome.c +++ b/src/gui/panels/welcome.c @@ -378,7 +378,7 @@ 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/.") }; -- cgit v0.11.2-87-g4458