Commit 0f368cdf authored by Antoine Cellerier's avatar Antoine Cellerier

* modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to

  "Restore Defaults" so it gets translated

* po/fr.po : Chanded "Restore Defaults" translation
  
parent ba0d4ba7
......@@ -472,7 +472,7 @@ wxPanel *ExtraPanel::EqzPanel( wxWindow *parent )
top_sizer->Add( 0, 0, 1, wxALL, 2 );
top_sizer->Add( new wxButton( panel, EqRestore_Event,
wxU( _("Restore defaults") ) ),
wxU( _("Restore Defaults") ) ),
0, wxALL, 2 );
top_sizer->Add( 0, 0, 1, wxALL, 2 );
......
......@@ -8970,7 +8970,7 @@ msgstr "Activer"
#: modules/gui/wxwindows/interface.cpp:552
msgid "Restore Defaults"
msgstr "Réinitialise"
msgstr "Réinitialiser"
#: modules/gui/wxwindows/interface.cpp:555
msgid "Hue"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment