szarroug3 / X-Ray_Calibre_Plugin

X-Ray Creator plugin for Calibre
http://www.mobileread.com/forums/showthread.php?t=273189
GNU General Public License v3.0
57 stars 12 forks source link

Fix alias cases visible in book preferences #46

Closed szarroug3 closed 8 years ago

szarroug3 commented 8 years ago

Having lower case names in the user-visible text (eg. book config dialog) looks messy. Probably nicer to .lower() it after the user sees it (we'll need to .lower() it anyway in case the user has edited it).

Regardless: with the new alias handling we now have a mix of .lower() and unmodified strings which looks messier :) eg. "ebenezer, Scrooge" and "timothy, tiny, tim, Tiny Tim", but not "jacob, marley" (I assume all lower because he has no aliases)