| 470 | | $description = '<p>' . sprintf( _n( 'Your theme contains %s menu location. Select which menu you would like to use.', 'Your theme contains %s menu locations. Select which menu appears in each location.', $num_locations ), number_format_i18n( $num_locations ) ); |
| | 470 | if ( 1 == $num_locations ) { |
| | 471 | $description = '<p>' . __( 'Your theme supports one menu location. Select which menu you would like to use.' ); |
| | 472 | } else { |
| | 473 | $description = '<p>' . sprintf( _n( 'Your theme contains %s menu location. Select which menu you would like to use.', 'Your theme contains %s menu locations. Select which menu appears in each location.', $num_locations ), number_format_i18n( $num_locations ) ); |
| | 474 | } |