diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 09:27:12 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 09:27:12 +0200 |
commit | d613051ae9b5db0528293dbe6d918df6dbd7dc4e (patch) | |
tree | 2de931531d667baf1ff8bb19eb3ba2361ee176bf /lib/plugins | |
parent | bae36d947e411cb24d82cb836b2d761f594b7f2c (diff) | |
download | rpg-d613051ae9b5db0528293dbe6d918df6dbd7dc4e.tar.gz rpg-d613051ae9b5db0528293dbe6d918df6dbd7dc4e.tar.bz2 |
spelling fix FS#1130
darcs-hash:20070513072712-7ad00-edc1e0a35393656b131972443e0836a0116090f8.gz
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/usermanager/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php index 1b1aee675..f15e38f2a 100644 --- a/lib/plugins/usermanager/lang/en/lang.php +++ b/lib/plugins/usermanager/lang/en/lang.php @@ -36,7 +36,7 @@ $lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users tot $lang['nonefound'] = 'No users found. %d users total.'; $lang['delete_ok'] = '%d users deleted'; $lang['delete_fail'] = '%d failed deleting.'; -$lang['update_ok'] = 'User updated sucessfully'; +$lang['update_ok'] = 'User updated successfully'; $lang['update_fail'] = 'User update failed'; $lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any other changes will be applied).'; |