[PerlWikiBot] SF.net SVN: perlwikibot: [34] trunk/includes/actions.pm
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <rot...@us...> - 2007-03-03 12:08:10
|
Revision: 34
http://svn.sourceforge.net/perlwikibot/?rev=34&view=rev
Author: rotemliss
Date: 2007-03-03 04:08:10 -0800 (Sat, 03 Mar 2007)
Log Message:
-----------
Typos.
Modified Paths:
--------------
trunk/includes/actions.pm
Modified: trunk/includes/actions.pm
===================================================================
--- trunk/includes/actions.pm 2006-09-26 17:53:23 UTC (rev 33)
+++ trunk/includes/actions.pm 2007-03-03 12:08:10 UTC (rev 34)
@@ -84,7 +84,7 @@
}
print "\tDone!\n";
} else {
- print "Error!\nThis may be a protected page you don't have permission to edit, or it has deleted since the dump file you use created.\n";
+ print "Error!\nThis may be a protected page you don't have permission to edit, or it was deleted since the dump file you use created.\n";
}
}
@@ -125,7 +125,7 @@
}
print "\tDone!\n";
} else {
- print "Error!\nYou may not have the permission to move pages, or there may already a page (which is not just a redirection) under the new title.\n";
+ print "Error!\nYou may not have the permission to move pages, or there may already be a page (which is not just a redirection) under the new title.\n";
}
}
@@ -155,7 +155,7 @@
}
print "\tDone!\n";
} else {
- print "Error!\nYou may not have the permission to delete pages, or the page is already deleted.\n";
+ print "Error!\nYou may not have the permission to delete pages, or the page was already deleted.\n";
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|