From 9678d46cb1abeab287562304f1c8839802848e50 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 23 May 2013 21:24:44 +0200 Subject: [PATCH] [DISPLAY] english correction --- sources/appl/Gui/MainWindows.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/appl/Gui/MainWindows.cpp b/sources/appl/Gui/MainWindows.cpp index 50b80f4..9a470bb 100644 --- a/sources/appl/Gui/MainWindows.cpp +++ b/sources/appl/Gui/MainWindows.cpp @@ -352,10 +352,10 @@ void MainWindows::OnReceiveMessage(const ewol::EMessage& _msg) tmpWidget->MenuAddGroup("Editor"); ewol::Widget* tmpSubWidget = new globals::ParameterGlobalsGui(); tmpWidget->MenuAdd("Editor", "", tmpSubWidget); - tmpWidget->MenuAdd("Polices & Color", "", NULL); + tmpWidget->MenuAdd("Font & Color", "", NULL); tmpWidget->MenuAdd("Highlight", "", NULL); - tmpWidget->MenuAddGroup("Genral"); - tmpWidget->MenuAdd("Affichage", "", NULL); + tmpWidget->MenuAddGroup("General"); + tmpWidget->MenuAdd("Display", "", NULL); tmpSubWidget = new ParameterAboutGui(); tmpWidget->MenuAdd("About", "", tmpSubWidget); }