major language fix (courtesy of Pascal Jakobs)
This commit is contained in:
parent
47887d5560
commit
24cbeb47e5
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ class Repositories(object):
|
|||
elif module.version > installed:
|
||||
progress.progress(0.3, 'A new version of %s is available' % module.name)
|
||||
else:
|
||||
raise ModuleInstallError('The last version of %s is already installed' % module.name)
|
||||
raise ModuleInstallError('The latest version of %s is already installed' % module.name)
|
||||
|
||||
browser = WeboobBrowser()
|
||||
progress.progress(0.2, 'Downloading module...')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue