[wp-hackers] Re: [wp-svn] [3258] trunk/wp-content/plugins/wp-db-backup.php: i18n updates from nbachiyski.

Nikolay Bachiyski nbachiyski at developer.bg
Fri Dec 2 17:43:11 GMT 2005


m at wordpress.org wrote:
> Revision
>     3258
> Author
>     ryan
> Date
>     2005-12-02 17:35:36 +0000 (Fri, 02 Dec 2005)
> 
> 
>       Log Message
> 
> i18n updates from nbachiyski. #2006
> 
> 
>       Modified Paths
> 
>     * trunk/wp-content/plugins/wp-db-backup.php
>       <#trunkwpcontentpluginswpdbbackupphp>
> 
> 
>       Diff
> 
> 
>         Modified: trunk/wp-content/plugins/wp-db-backup.php (3257 => 3258)
> 
 >  ...
 >
> 		echo '<label style="display:block;"><input type="radio" checked="checked" name="deliver" value="http" /> ' . __('Download to your computer') . '</label>';
>  		echo '<div><input type="radio" name="deliver" id="do_email" value="smtp" /> ';
> -		echo sprintf(__('<label for="do_email">Email backup to:</label> %s'), '<input type="text" name="backup_recipient" size="20" value="' . get_settings('admin_email') . '" />');
> +		echo '<label for="do_email">'.__('Email backup to:').'</label><input type="text" name="backup_recipient" size="20" value="' . get_settings('admin_email') . '" />');

Here the ending parenthesis should not be there. I must have submitted 
an earlier diff. I apologize!

It is on line 783.

Nikolay.


More information about the wp-hackers mailing list