mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:23:10 +02:00
...
This commit is contained in:
commit
7182fb0b14
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def device_info(self):
|
|||
for i,d in enumerate(sorted(new_drives,
|
||||
key=lambda x: after['drive_details'][x][0])):
|
||||
if i == 0:
|
||||
res += _('Windows main memory ID string') + ': ' + \
|
||||
res += _('Windows main memory vendor string') + ': ' + \
|
||||
after['drive_details'][d][1] + '\n'
|
||||
res += _('Windows main memory ID string') + ': ' + \
|
||||
after['drive_details'][d][2] + '\n'
|
||||
|
|
|
|||
Loading…
Reference in a new issue