mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01: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:
parent
67a0671c8a
commit
2dac43aecf
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user