lib/capistrano/i18n.rb in capistrano-3.2.0 vs lib/capistrano/i18n.rb in capistrano-3.2.1

- old
+ new

@@ -1,23 +1,22 @@ require 'i18n' en = { starting: 'Starting', capified: 'Capified', - starting: 'Starting', start: 'Start', update: 'Update', finalize: 'Finalise', finishing: 'Finishing', finished: 'Finished', stage_not_set: 'Stage not set, please call something such as `cap production deploy`, where production is a stage you have defined.', written_file: 'create %{file}', - question: 'Please enter %{key}: |%{default_value}|', + question: 'Please enter %{key} (%{default_value}): ', keeping_releases: 'Keeping %{keep_releases} of %{releases} deployed releases on %{host}', no_old_releases: 'No old releases (keeping newest %{keep_releases}) on %{host}', linked_file_does_not_exist: 'linked file %{file} does not exist on %{host}', cannot_rollback: 'There are no older releases to rollback to', - mirror_exists: "The repository mirror is at %{at}", + mirror_exists: 'The repository mirror is at %{at}', revision_log_message: 'Branch %{branch} (at %{sha}) deployed as release %{release} by %{user}', rollback_log_message: '%{user} rolled back to release %{release}', deploy_failed: 'The deploy has failed with an error: %{ex}', console: { welcome: 'capistrano console - enter command to execute on %{stage}',