Update English Feels to Feels like

This commit is contained in:
vincep5 2019-04-17 21:16:36 -05:00
parent eeccca8842
commit 1ffbbdac99
2 changed files with 3 additions and 4 deletions

View File

@ -9,16 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.8.0] - Unreleased ## [2.8.0] - Unreleased
*This release is scheduled to be released on 2019-04-01.* *This release is scheduled to be released on 2019-07-01.*
### Added ### Added
- Option to show event location in calendar - Option to show event location in calendar
- Finnish translation for "Feels" and "Weeks" - Finnish translation for "Feels" and "Weeks"
- Russian translation for “Feels” - Russian translation for “Feels”
### Updated ### Updated
- English translation for "Feels" to "Feels like"
### Fixed ### Fixed
- Handle SIGTERM messages - Handle SIGTERM messages

View File

@ -31,5 +31,5 @@
"UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.", "UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.",
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.", "UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.",
"FEELS": "Feels" "FEELS": "Feels like"
} }