lib/alfred_git.rb in alfred_git-0.3.2 vs lib/alfred_git.rb in alfred_git-0.3.3
- old
+ new
@@ -260,11 +260,11 @@
abort
end
# Attempt to restore settings from previous version.
def restore_settings
- lines_pretty_print 'I see that I\'ve been recently updated.'
- lines_pretty_print Rainbow('Would you like to restore the settings from the previous installation?').yellow
+ lines_pretty_print 'I see that you have a previous alfred_git installation on this machine.'
+ lines_pretty_print Rainbow('Would you like to restore its settings?').yellow
answered = false
until answered
answer = STDIN.gets.strip!
\ No newline at end of file