Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.3 by vip-ire, Mon Mar 30 09:17:13 2015 UTC | Revision 1.4 by unnilennium, Tue Mar 14 17:14:35 2017 UTC | |
---|---|---|
# | Line 8 diff -Nur anaconda-13.21.229/textw/upgra | Line 8 diff -Nur anaconda-13.21.229/textw/upgra |
8 | + if not desc.startswith('SME Server 9'): | + if not desc.startswith('SME Server 9'): |
9 | + sys_is_not_upgradeable = 1 | + sys_is_not_upgradeable = 1 |
10 | + header = _("Wrong SME Server version found") | + header = _("Wrong SME Server version found") |
11 | + reason = _("Your system %s is not upgradeable to SME Server 9.1" %(desc)) | + reason = _("Your system %s is not upgradeable this to SME Server 9.x version " %(desc)) |
12 | + | + |
13 | + | + |
14 | if sys_is_not_upgradeable: | if sys_is_not_upgradeable: |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |