diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-admin/includes/ms-deprecated.php --- 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 ) ) );