Add a translators comment to clarify what comes after at

git-svn-id: http://svn.automattic.com/wordpress/trunk@14164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nbachiyski 2010-04-19 15:08:48 +00:00
parent bb110266c3
commit 33ecb0ea45
1 changed files with 1 additions and 0 deletions

View File

@ -908,6 +908,7 @@ case 'autosave' : // The name of this action is hardcoded in edit_post()
$data = '';
/* translators: draft saved date format, see http://php.net/date */
$draft_saved_date_format = __('g:i:s a');
/* translators: %s: date and time */
$message = sprintf( __('Draft saved at %s.'), date_i18n( $draft_saved_date_format ) );
$supplemental = array();