example-tutorial/en_US example-tutorial.xml,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sun Mar 5 05:52:01 UTC 2006


Author: jtr

Update of /cvs/docs/example-tutorial/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2841/en_US

Modified Files:
	example-tutorial.xml 
Log Message:
Use locale-independant filename "para.xml" instead of "para-en.xml".



Index: example-tutorial.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/en_US/example-tutorial.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- example-tutorial.xml	2 Mar 2006 22:33:35 -0000	1.1
+++ example-tutorial.xml	5 Mar 2006 05:51:52 -0000	1.2
@@ -6,7 +6,7 @@
  <!ENTITY % FEDORA-ENTITIES SYSTEM "../fdp-entities.ent">
 %FEDORA-ENTITIES;
 
-<!ENTITY % DOCUMENT-ENTITIES SYSTEM "../doc-entities.ent">
+<!ENTITY % DOCUMENT-ENTITIES SYSTEM "doc-entities.ent">
 %DOCUMENT-ENTITIES;
 
 ]>
@@ -33,7 +33,8 @@
     <xi:include href="para.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
       <xi:fallback>
         <para>
-          Could not find the <filename>para-en.xml</filename> file
+          Could not find the <filename>para.xml</filename> file for this
+          locale.
         </para>
       </xi:fallback>
     </xi:include>




More information about the Fedora-docs-commits mailing list