Browse Source

Change empty value in drop-down

Alexis Degrugillier 11 years ago
parent
commit
4509aac438
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/stats/repartition.phtml

+ 1 - 1
app/views/stats/repartition.phtml

@@ -6,7 +6,7 @@
 	<h1><?php echo _t('stats_repartition'); ?></h1>
 
 	<select id="feed_select">
-		<option data-url="<?php echo _url('stats', 'repartition')?>"></option>
+		<option data-url="<?php echo _url('stats', 'repartition')?>"><?php echo _t('all_feeds')?></option>
 	<?php foreach ($this->categories as $category) {
 		$feeds = $category->feeds();
 		if (!empty($feeds)) {