summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :