diff options
author | N.N. <matju@users.sourceforge.net> | 2009-04-15 15:23:03 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-04-15 15:23:03 +0000 |
commit | 887c7714c787151c35c3065398d1a4018c8f59fb (patch) | |
tree | c71aeb5ad402ce4c8736f47e5d5c7443c784fbc3 /desiredata/src/locale | |
parent | 91b8632218f1e8224bf8af951e909532f6fafc2a (diff) |
capitalise (while keeping the acute mark, in conformance to OQLF standards)
svn path=/trunk/; revision=11029
Diffstat (limited to 'desiredata/src/locale')
-rw-r--r-- | desiredata/src/locale/francais.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/locale/francais.tcl b/desiredata/src/locale/francais.tcl index 29e62844..53160ffc 100644 --- a/desiredata/src/locale/francais.tcl +++ b/desiredata/src/locale/francais.tcl @@ -25,7 +25,7 @@ say file "Fichier" say canvasclose "Fermer" say canvasquit "Quitter" -say edit "édition" +say edit "Édition" say undo "Défaire" say redo "Refaire" say cut "Couper" |