Changeset 2753
- Timestamp:
- Nov 7, 2016, 9:14:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mirror/trunk/fuentes/lliurex-mirror-gui/usr/share/lliurex-mirror/lliurex-mirror.py
r2644 r2753 1076 1076 if self.updating_mirror!=None and self.updating_mirror!=self.current_mirror: 1077 1077 if self.updating_mirror.info["executing"]: 1078 self.set_info_text(_("'%(mirror-name)s' is currently %(updating-or-exporting)s.")%{"mirror-name": self.updating_mirror.info["NAME"], "updating-or-exporting": _('updating') if self.updating_mirror.info["updating"] else _('exporting')},Gtk.MessageType.ERROR)1078 self.set_info_text(_("'%(mirror-name)s' is currently %(updating-or-exporting)s.")%{"mirror-name": self.updating_mirror.info["NAME"], "updating-or-exporting": _('updating') if self.updating_mirror.info["updating"] else _('exporting')},Gtk.MessageType.ERROR) 1079 1079 return False 1080 1080 … … 1185 1185 if self.updating_mirror!=None and self.updating_mirror!=self.current_mirror: 1186 1186 if self.updating_mirror.info["executing"]: 1187 self.set_info_text(_("'%(mirror-name)s' is currently %(updating-or-exporting)s.")%{"mirror-name" self.updating_mirror.info["NAME"], "updating-or-exporting":_('updating') if self.updating_mirror.info["updating"] else _('exporting')},Gtk.MessageType.ERROR)1187 self.set_info_text(_("'%(mirror-name)s' is currently %(updating-or-exporting)s.")%{"mirror-name": self.updating_mirror.info["NAME"], "updating-or-exporting": _('updating') if self.updating_mirror.info["updating"] else _('exporting')},Gtk.MessageType.ERROR) 1188 1188 return False 1189 1189
Note: See TracChangeset
for help on using the changeset viewer.