guard / guard-bundler

Guard::Bundler automatically install/update your gem bundle when needed
https://rubygems.org/gems/guard-bundler
MIT License
117 stars 22 forks source link

Made notifications terms correct: It's bundle install, not update #12

Closed colszowka closed 12 years ago

colszowka commented 12 years ago

IMHO it's irritating that the notifications show "Bundle update" in the title and always mention "bundle updated" in the body as well.

This PR changes the notification bodies to "bundle installed" everywhere, and the title to "bundle install". I downcased the first term in the title as well (was "Bundle update") as in my opinion it's closer to a programmer's mind to just see the thing you'd have typed in the terminal to perform the operation.

travisbot commented 12 years ago

This pull request passes (merged 2c90eaca into 7c0a49a0).