Merge some strings. props pavelevap. fixes #22306.

git-svn-id: https://develop.svn.wordpress.org/trunk@22430 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-07 19:37:54 +00:00
parent a7097f60d5
commit 496ae7b83f
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -844,7 +844,7 @@ function wp_widget_rss_output( $rss, $args = array() ) {
$show_date = (int) $show_date;
if ( !$rss->get_item_quantity() ) {
echo '<ul><li>' . __( 'An error has occurred; the feed is probably down. Try again later.' ) . '</li></ul>';
echo '<ul><li>' . __( 'An error has occurred, which probably means the feed is down. Try again later.' ) . '</li></ul>';
$rss->__destruct();
unset($rss);
return;