From ebd63d5ea59548a9ad21a67f5cc7387cbb0d012f Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 18 Jan 2020 20:53:17 +0200 Subject: [PATCH] 8.15 --- NeoBoot/files/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 12b0ad9..8f5d0ab 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -265,7 +265,7 @@ class DevicesConf(Screen, ConfigListScreen): Screen.setTitle(self, _('Choose where to mount your devices to:')) self['key_green'] = Label(_('Save')) self['key_red'] = Label(_('Cancel')) - self['Linconn'] = Label(_('Wait please while scanning your %s %s devices...n\\ Szukam dysku...')) + self['Linconn'] = Label(_('Wait please while scanning your %s %s devices...n\\ Looking for a disk...')) self['actions'] = ActionMap(['WizardActions', 'ColorActions'], {'green': self.saveMypoints, 'red': self.close, 'back': self.close})