Changeset 4068
- Timestamp:
- Mar 29, 2017, 2:03:44 PM (4 years ago)
- Location:
- lliurex-up/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/lliurex-up-cli/usr/sbin/lliurex-upgrade
r4053 r4068 387 387 388 388 else: 389 mode="no mal"389 mode="normal" 390 390 self.initActionsArg="initActions" 391 391 -
lliurex-up/trunk/fuentes/lliurex-up/usr/share/lliurex-up/lliurex-up.py
r4053 r4068 670 670 self.cancel_button_box.show() 671 671 self.gather_label.set_name("ERROR_FONT") 672 if is_mirror_running_inserver:672 if self.is_mirror_running_inserver: 673 673 msg_gather="<span><b>"+_("Mirror is being updated in server. Unable to update the system")+"</b></span>" 674 674 else:
Note: See TracChangeset
for help on using the changeset viewer.