1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
This commit is contained in:
bufferUnderrun 2019-06-05 02:47:35 +02:00 committed by Kevin Brown
parent d53958ad2b
commit 36b226d509

View File

@ -30,7 +30,7 @@ define(function () {
return 'Recherche en cours…';
},
removeAllItems: function () {
return 'Supprimer tous les articles';
return 'Supprimer tous les éléments';
}
};
});