mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 20:55:47 +01:00
Update plugin.py
This commit is contained in:
@@ -1140,10 +1140,12 @@ class NeoBootImageChoose(Screen):
|
|||||||
message = _('\n\n\n')
|
message = _('\n\n\n')
|
||||||
message += _('WARNING !: The update brings with it the risk of errors.\n')
|
message += _('WARNING !: The update brings with it the risk of errors.\n')
|
||||||
message += _('Before upgrading it is recommended that you make a backup NeoBoot.\n')
|
message += _('Before upgrading it is recommended that you make a backup NeoBoot.\n')
|
||||||
message += _('Select No to do backup\n')
|
|
||||||
message += _('Select Yes to do update\n')
|
|
||||||
message += _('Do you want to run the update now ?\n')
|
message += _('Do you want to run the update now ?\n')
|
||||||
message += _('\n')
|
message += _('\n')
|
||||||
|
message += _('Select Yes to do update\n')
|
||||||
|
message += _('\n')
|
||||||
|
message += _('Select No to do backup\n')
|
||||||
|
message += _('\n')
|
||||||
ybox = self.session.openWithCallback(self.chackupdate2, MessageBox, message, MessageBox.TYPE_YESNO)
|
ybox = self.session.openWithCallback(self.chackupdate2, MessageBox, message, MessageBox.TYPE_YESNO)
|
||||||
ybox.setTitle(_('The download neoboot update.'))
|
ybox.setTitle(_('The download neoboot update.'))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user