misterunknown / ifm

Improved File Manager
MIT License
341 stars 70 forks source link

Language fixes #156

Closed maggie44 closed 3 years ago

maggie44 commented 3 years ago

In some of the strings there were trailing spaces, and others there were not. For example:

"extract_filename": "Extract file - ",

"file_delete_confirm": "Do you really want to delete the following file -",

I defaulted to no trailing space. Not sure if that space is coded in or whether it should be in this file.

misterunknown commented 3 years ago

Thank you. The error messages are really a mess, because they "evolved historically". I had no consistent idea of how to deal with different error messages - that's why I'm now trying to fix that by using exceptions in the "sane-coding-style" branch.