diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-23 18:46:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-23 18:46:10 (GMT) |
commit | 403a0519ec85a156a7f306b045d9cab619302473 (patch) | |
tree | d4db74afb5891b768e105b61272cd02b3a240655 /src/gui | |
parent | 5e76e91ea41f9a7cf1a1a4a77e12277d45417e43 (diff) |
Fixed a typo in one tip of the day.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/panels/welcome.c | 2 |
1 files changed, 1 insertions, 1 deletions
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/.") }; |