Add a translators comment to clarify what comes after at
git-svn-id: https://develop.svn.wordpress.org/trunk@14164 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c20efb28e8
commit
f6df31176b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user