1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

rephrase trust prompt

'always' is a key word in that sentence and it should be the first word;
it also sounds like better English this way
This commit is contained in:
Ionuț Arțăriși 2013-07-25 17:19:04 +02:00
parent 67a0671c8a
commit 2dac43aecf

View File

@ -363,8 +363,8 @@ def create_deps(pkgqs):
trustprompt = """Would you like to ...
0 - quit (default)
1 - trust packages from '%(project)s' always
2 - trust them just this time
1 - always trust packages from '%(project)s'
2 - trust packages just this time
? """
def check_trusted_projects(apiurl, projects):
trusted = config['api_host_options'][apiurl]['trusted_prj']