diff options
| author | 2015-05-18 09:09:28 +0200 | |
|---|---|---|
| committer | 2015-05-18 09:09:28 +0200 | |
| commit | 7524811c963d4e90df60ef9b3ebdae62e4da3e60 (patch) | |
| tree | 6ca00efca25a03177602ad741abcab3b9b37ad2f | |
| parent | cad42ea55f8f974899328bed74cf2b9d7fffe4a2 (diff) | |
Language fix
| -rw-r--r-- | app/i18n/en/sub.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 2b62e4775..8fe150bb2 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -18,7 +18,7 @@ return array( 'password' => 'HTTP password', 'username' => 'HTTP username', ), - 'css_help' => 'Retrieves truncated RSS feeds (attention, requires more time!)', + 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', 'css_path' => 'Articles CSS path on original website', 'description' => 'Description', 'empty' => 'This feed is empty. Please verify that it is still maintained.', @@ -26,7 +26,7 @@ return array( 'in_main_stream' => 'Show in main stream', 'informations' => 'Information', 'keep_history' => 'Minimum number of articles to keep', - 'moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.', + 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', 'no_selected' => 'No feed selected.', 'number_entries' => '%d articles', 'stats' => 'Statistics', |
