summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Zur <grzegorz.zur@gmail.com>2007-04-17 19:58:18 +0200
committerGrzegorz Zur <grzegorz.zur@gmail.com>2007-04-17 19:58:18 +0200
commit8358adfa8ca3b5ed7f4f5ea925a25b5df8f02835 (patch)
tree3d66426af32e14e8541f84b46462ba786cb50739 /lib
parent8259f1aaaef4999ee39e56e49f894edb4252031a (diff)
downloadrpg-8358adfa8ca3b5ed7f4f5ea925a25b5df8f02835.tar.gz
rpg-8358adfa8ca3b5ed7f4f5ea925a25b5df8f02835.tar.bz2
english language correction
darcs-hash:20070417175818-e561a-a7e786b44aef2a5e1a3da512717b389af4f5ac48.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/revert/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/revert/lang/en/lang.php b/lib/plugins/revert/lang/en/lang.php
index aac5f3188..064ffb60e 100644
--- a/lib/plugins/revert/lang/en/lang.php
+++ b/lib/plugins/revert/lang/en/lang.php
@@ -21,6 +21,6 @@ $lang['removed'] = '%s removed';
$lang['revstart'] = 'Reversion process started. This can take a long time. If the
script times out before finishing, you need to revert in smaller
chunks.';
-$lang['revstop'] = 'Reversion process finished successful.';
+$lang['revstop'] = 'Reversion process finished successfully.';
//Setup VIM: ex: et ts=4 enc=utf-8 :