Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7889
Modified Files:
Tag: branch-smarty
serendipity_lang_en.inc.php
Log Message:
MFH
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.79.2.1
retrieving revision 1.79.2.2
diff -u -d -r1.79.2.1 -r1.79.2.2
--- serendipity_lang_en.inc.php 14 Sep 2004 10:46:10 -0000 1.79.2.1
+++ serendipity_lang_en.inc.php 16 Sep 2004 16:39:38 -0000 1.79.2.2
@@ -304,7 +304,7 @@
@define('SERENDIPITY_UPGRADER_FOUND_SQL_FILES', 'I have found the following .sql files which needs to be run before you can continue normal operation of Serendipity');
@define('SERENDIPITY_UPGRADER_VERSION_SPECIFIC', 'Version specific tasks');
@define('SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC', 'No version specific tasks found');
-@define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Do you wish me perform the above tasks?');
+@define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Do you wish me to perform the above tasks?');
@define('SERENDIPITY_UPGRADER_PROCEED_ABORT', 'No, I will run them manually');
@define('SERENDIPITY_UPGRADER_PROCEED_DOIT', 'Yes, please do so');
@define('SERENDIPITY_UPGRADER_NO_UPGRADES', 'It appears you do not need any upgrades run');
@@ -548,4 +548,4 @@
@define('DISPLAY_COMMENTS_AS', 'Display comments as');
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|