neotron / EDPathFinder

A program that creates an optimal route that passes through two or more systems in Elite: Dangerous. Primarily focused on making settlement data point farming easier.
GNU General Public License v3.0
109 stars 11 forks source link

Status bar uses `quotes' instead of ‘quotes’ #12

Closed argv-minus-one closed 6 years ago

argv-minus-one commented 7 years ago

In the Route Viewer window, when selecting a settlement, the status bar shows a message like this:

Copied system name `NLTT 53889' to the system clipboard.

Notice the use of U+0060 GRAVE ACCENT and U+0027 APOSTROPHE as quotation marks. This was somewhat common in decades past, but looks ugly in modern fonts. Please consider using U+2018 LEFT SINGLE QUOTATION MARK and U+2019 RIGHT SINGLE QUOTATION MARK instead.

I'm using version 1.1.2.

Thanks for making this tool, by the way. ☺️ Wish I had it months ago!

neotron commented 7 years ago

Odd. I certainly didn't enter it that way intentionally. Weird editor "auto fixing" of my quotes perhaps.

neotron commented 6 years ago

Fixing in next release.