Skip to content

Commit

Permalink
Remove line break.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 26, 2017
1 parent 69d87f6 commit 62557a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions horde/lib/Block/Metar.php
Expand Up @@ -137,8 +137,7 @@ protected function _content()
try {
$this->_weather->autocompleteLocation('test');
} catch (Horde_Db_Exception $e) {
return _("No metar station data found. Contact administrator to
run the horde-service-weather-metar-database script.");
return _("No metar station data found. Contact administrator to run the horde-service-weather-metar-database script.");
}

// Set up the weather driver.
Expand Down

0 comments on commit 62557a1

Please sign in to comment.