diff options
Diffstat (limited to 'app/Controllers/updateController.php')
| -rw-r--r-- | app/Controllers/updateController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index 0f67fe64c..a4a7fd086 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -137,7 +137,7 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController { $this->view->_path('update/index.phtml'); if (file_exists(UPDATE_FILENAME)) { - // There is already an update file to apply: we don't need to check + // There is already an update file to apply: we don’t need to check // the webserver! // Or if already check during the last hour, do nothing. Minz_Request::forward(array('c' => 'update'), true); |
