Skip to content
Snippets Groups Projects
Commit bfe34f6a authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Add french translation for the App.grid.ExpertMenu.

parent 4b1599cd
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,10 @@ if (App.form.FormPanel) {
});
}
if (App.grid.Export) {
Ext.apply(App.grid.Export.prototype, {
textExport: 'Exporter dans un fichier CSV'
if (App.grid.ExpertMenu) {
Ext.apply(App.grid.ExpertMenu.prototype, {
textExport: 'Exporter dans un fichier CSV',
textReset: 'Reset'
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment