diff options
author | Olivier Migeot <olivier@migeot.org> | 2011-04-07 15:13:31 +0200 |
---|---|---|
committer | Olivier Migeot <olivier@migeot.org> | 2011-04-07 15:13:31 +0200 |
commit | 294577a48b2d6356dd7695716ea0379bf3a087df (patch) | |
tree | f0dfdf19ca824ac2509be426503a3e684811bbb1 /view/fr/strings.php | |
parent | 000efa6df0ab2510e56d6ffb9a1c6e9f98ac2fc1 (diff) | |
download | volse-hubzilla-294577a48b2d6356dd7695716ea0379bf3a087df.tar.gz volse-hubzilla-294577a48b2d6356dd7695716ea0379bf3a087df.tar.bz2 volse-hubzilla-294577a48b2d6356dd7695716ea0379bf3a087df.zip |
Quick fix.
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 0062a24b5..de2097934 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -614,4 +614,4 @@ $a->strings["Done Editing"] = "Édition terminée"; $a->strings["Pending Friend/Connect Notifications"] = "Notifications de relation/amitié enattente"; $a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation"; $a->strings["Delete this item?"] = "Effacer cet élément?"; -$a->strings["Comment"] = "Commenter"; +$a->strings["Comment"] = "Comment"; |