'bytes' has too many quotes
'bytes' has too many quotes
When the word 'bytes' is displayed (in status bar 'Total:' and when listing small files with 'View -> Size Format -> Flexible'), it appears as: '"'bytes'"'. I assume this is an attempt at 'escaping' some form of quotes. I feel it would be better not to display any quotes around the word 'bytes'.
-
- Site Admin
- Posts: 64259
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: 'bytes' has too many quotes
Hm, interesting. Something went wrong with your INI-file: open it and look for the key UnitByte=" bytes". I suppose you have too many quotes there? It should be just " bytes" (or whatever you want to call it), one quote at each end. (The quotes are needed to keep the leading blank in the string value.)
Anyway, I did something to prevent this type of double-quoting in the future.
Anyway, I did something to prevent this type of double-quoting in the future.