wp/wp-admin/includes/ms-deprecated.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 21 48c4eec2b7e6
--- a/wp/wp-admin/includes/ms-deprecated.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-admin/includes/ms-deprecated.php	Tue Dec 15 13:49:49 2020 +0100
@@ -31,7 +31,7 @@
 
 	if ( ! is_upload_space_available() ) {
 		wp_die( sprintf(
-			/* translators: %s: allowed space allocation */
+			/* translators: %s: Allowed space allocation. */
 			__( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ),
 			size_format( get_space_allowed() * MB_IN_BYTES )
 		) );