packages: wpmu-plugin-blog-topics/localization.patch - do not ech, let it g...

glen glen at pld-linux.org
Mon May 17 13:18:14 CEST 2010


Author: glen                         Date: Mon May 17 11:18:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not ech, let it go via printf first

---- Files affected:
packages/wpmu-plugin-blog-topics:
   localization.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/wpmu-plugin-blog-topics/localization.patch
diff -u packages/wpmu-plugin-blog-topics/localization.patch:1.1 packages/wpmu-plugin-blog-topics/localization.patch:1.2
--- packages/wpmu-plugin-blog-topics/localization.patch:1.1	Mon May 17 13:10:23 2010
+++ packages/wpmu-plugin-blog-topics/localization.patch	Mon May 17 13:18:09 2010
@@ -34,7 +34,7 @@
 -        <h2>Blog Topic</h2>
 -        <p>Blog Topics are how <?php echo($sitename); ?> includes your posts into the topic areas on the main <?php echo($sitename); ?> site. These topics are for the convenience of the public using the main <?php echo($sitename); ?> site and do not affect your individual blog site in any way.<p> 
 +        <h2><?php _e('Blog Topic') ?></h2>
-+        <p><?php printf(_e('Blog Topics are how %$1s includes your posts into the topic areas on the main %$1s site. These topics are for the convenience of the public using the main %$1s site and do not affect your individual blog site in any way.'), $sitename) ?></p>
++        <p><?php printf(__('Blog Topics are how %1$s includes your posts into the topic areas on the main %1$s site. These topics are for the convenience of the public using the main %1$s site and do not affect your individual blog site in any way.'), $sitename) ?></p>
          <form name="blogtopicform" action="" method="post">
              <table class="form-table">	
              <tr>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wpmu-plugin-blog-topics/localization.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list