diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/gui/panels/welcome.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 17-02-25 Cyrille Bagard <nocbos@gmail.com> + * src/gui/panels/welcome.c: + Typo. + +17-02-25 Cyrille Bagard <nocbos@gmail.com> + * src/arch/arm/register.c: Fix ARM register comparison. diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c index a831a6c..a20810c 100644 --- a/src/gui/panels/welcome.c +++ b/src/gui/panels/welcome.c @@ -382,7 +382,7 @@ static void g_welcome_panel_load_tips(GWelcomePanel *panel) _("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.") + "To make the menu bar appear and disappear, just press and release the Alt key.") }; |