Update of /cvsroot/php-blog/serendipity/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28501/lang
Modified Files:
serendipity_lang_en.inc.php
Log Message:
* Fix "i.e." usage wher "e.g." is better
* Plugin fixes to display special owned plugins despite of frontend user capabilites (thanks to Jannis for spotting this!)
Index: serendipity_lang_en.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/lang/serendipity_lang_en.inc.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- serendipity_lang_en.inc.php 10 Jan 2005 16:01:50 -0000 1.117
+++ serendipity_lang_en.inc.php 17 Jan 2005 19:52:19 -0000 1.118
@@ -210,7 +210,7 @@
@define('FILE_WRITE_ERROR', 'Can\'t write to file %s.');
@define('FILE_CREATE_YOURSELF', 'Please create the file yourself or check permissions');
@define('COPY_CODE_BELOW', '<br />* Just copy the code below and place it in %s in your %s folder:<b><pre>%s</pre></b>' . "\n");
-@define('WWW_USER', 'Change www to the user apache runs as (i.e. nobody).');
+@define('WWW_USER', 'Change www to the user apache runs as (e.g. nobody).');
@define('BROWSER_RELOAD', 'Once you\'ve done this, hit your browser\'s "reload" button.');
@define('DIAGNOSTIC_ERROR', 'We detected some errors while running some diagnostics on your entered information:');
@define('SERENDIPITY_NOT_INSTALLED', 'Serendipity is not yet installed. Please <a href="%s">install</a> it now.');
@@ -379,7 +379,7 @@
@define('INSTALL_DBNAME', 'Database name');
@define('INSTALL_DBNAME_DESC', 'The name of your database');
@define('INSTALL_DBPREFIX', 'Database table prefix');
-@define('INSTALL_DBPREFIX_DESC', 'Prefix for the table names, i.e. serendipity_');
+@define('INSTALL_DBPREFIX_DESC', 'Prefix for the table names, e.g. serendipity_');
/* PATHS */
@define('INSTALL_CAT_PATHS', 'Paths');
@@ -666,4 +666,4 @@
@define('ERROR_FILE_FORBIDDEN', 'You are not allowed to upload files with active content');
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|