summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-23 18:46:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-23 18:46:10 (GMT)
commit403a0519ec85a156a7f306b045d9cab619302473 (patch)
treed4db74afb5891b768e105b61272cd02b3a240655
parent5e76e91ea41f9a7cf1a1a4a77e12277d45417e43 (diff)
Fixed a typo in one tip of the day.
-rw-r--r--ChangeLog5
-rw-r--r--src/gui/panels/welcome.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abc2950..91bc161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
16-12-23 Cyrille Bagard <nocbos@gmail.com>
+ * src/gui/panels/welcome.c:
+ Fix a typo in one tip of the day.
+
+16-12-23 Cyrille Bagard <nocbos@gmail.com>
+
* 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/.")
};