diff --git a/src/calibre/gui2/preferences/device_user_defined.py b/src/calibre/gui2/preferences/device_user_defined.py index 9b193078be..13721689f1 100644 --- a/src/calibre/gui2/preferences/device_user_defined.py +++ b/src/calibre/gui2/preferences/device_user_defined.py @@ -76,7 +76,7 @@ class UserDefinedDevice(QDialog): 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'