Tweak wording of password prompt

iCloud is branded with a lower case 'i' like most other Apple products.
This commit is contained in:
Tor Arne Vestbø 2016-02-24 13:42:34 +01:00
parent d4e2bac926
commit fa7ffa32f0

View file

@ -15,7 +15,7 @@ def get_password(username, interactive=True):
raise
return getpass.getpass(
'ICloud Password for {username}: '.format(
'Enter iCloud password for {username}: '.format(
username=username,
)
)