Skip to content

Commit

Permalink
Typo (accents)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraboul authored and Arian committed Apr 1, 2011
1 parent 321e7df commit 0e824aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Locale.fr-FR.API.js
Expand Up @@ -133,16 +133,16 @@ var Traduction = {
Object.append(Traduction[typ], {
addEvent: {
method: 'ajoutEvènement',
arguments: [evènements]
arguments: [évènements]
},
addEvents: 'ajoutEvènements',
fireEvent: {
method: 'déclancheEvènement',
arguments: [evènements]
arguments: [évènements]
},
removeEvent: {
method: 'effaceEvènement',
arguments: [evènements]
arguments: [évènements]
},
removeEvents: 'effaceEvènements',
cloneEvents: 'cloneEvènements'
Expand Down

0 comments on commit 0e824aa

Please sign in to comment.