Changeset 1827
- Timestamp:
- 10/30/09 09:55:10 (13 years ago)
- Location:
- plugins/writers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/writers/index.php
r248 r1827 27 27 28 28 if ($rs->isEmpty()) { 29 throw new Exception(__('Writer does not exist s.'));29 throw new Exception(__('Writer does not exist.')); 30 30 } 31 31 … … 75 75 { 76 76 if (!isset($blog_users[$_GET['u_id']])) { 77 throw new Exception(__('Writer does not exist s.'));77 throw new Exception(__('Writer does not exist.')); 78 78 } 79 79 -
plugins/writers/locales/fr/main.po
r225 r1827 14 14 msgstr "Rédacteurs" 15 15 16 msgid "Writer does not exist s."16 msgid "Writer does not exist." 17 17 msgstr "Le rédacteur n'existe pas." 18 18
Note: See TracChangeset
for help on using the changeset viewer.