Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 373-01: Fix issue where one word is not translated (http://forum.bytesforall.com/showthread.php?t=16208)

juggledad Dec 9, 2011 05:21 AM

PATCH 373-01: Fix issue where one word is not translated
 
You only need this patch if you are using a language file for the theme

in version 3.7.3 edit comments.php and change line 96 from
HTML Code:

                                '&nbsp;&nbsp;<label for="author"><strong>' . __( 'Name' ,'atahualpa') . '</strong> ' . ( $req ? __('(required)','atahualpa') : '' ) . '</label></p>',
to
HTML Code:

                                '&nbsp;&nbsp;<label for="author"><strong>' . __( 'Name ' ,'atahualpa') . '</strong> ' . ( $req ? __('(required)','atahualpa') : '' ) . '</label></p>',
(the change is adding a space after Name)
This will now work with the new 3.7.3 POT


All times are GMT -6. The time now is 11:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.