summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-02-25 22:44:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-02-25 22:44:38 (GMT)
commit7d153f7d3a32a66d3eaf5199d396debbe3b675f5 (patch)
tree3b47a9041fcab01968aef458bcc088b69d458e05
parent9a7bace1e8afacb3f2be159dafd80b1723f005fd (diff)
Typo.
-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 ab2c55a..7a15588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.")
};