jimw Tue Dec 11 15:28:09 2001 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
remove bonus capitals and commas
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.16 phpdoc/en/language-snippets.ent:1.17
--- phpdoc/en/language-snippets.ent:1.16 Mon Dec 10 13:55:31 2001
+++ phpdoc/en/language-snippets.ent Tue Dec 11 15:28:09 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -49,25 +49,25 @@
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
<!ENTITY note.sm.uidcheck '<note><simpara>When <link
-linkend="features.safe-mode">Safe Mode</link> is enabled, PHP checks whether
-the file(s)/directories you are about to operate on, have the same UID as the
+linkend="features.safe-mode">safe mode</link> is enabled, PHP checks whether
+the file(s)/directories you are about to operate on have the same UID as the
script that is being executed.</simpara></note>'>
<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link
-linkend="features.safe-mode">Safe Mode</link> is enabled, PHP checks whether
-the directory in which you are about to operate, have the same UID as the
+linkend="features.safe-mode">safe mode</link> is enabled, PHP checks whether
+the directory in which you are about to operate has the same UID as the
script that is being executed.</simpara></note>'>
<!-- Common pieces in features/safe-mode.xml
Jade doesn't allow in-line entities, so I put them here... Though they
should have been inline in safe-mode.xml -->
<!ENTITY sm.uidcheck 'Checks whether the file(s)/directories you are
-about to operate on, have the same UID as the script that is being
+about to operate on have the same UID as the script that is being
executed.'>
<!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
-you are about to operate, has the same UID as the script that is being
+you are about to operate has the same UID as the script that is being
executed.'>
<!ENTITY sm.disabled 'This function is disabled in <link
-linkend="features.safe-mode">Safe Mode</link>'>
+linkend="features.safe-mode">safe mode</link>.'>