From 833da88ae2317b76a1ae4edaa431f78c4bda41f8 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Sat, 31 Mar 2018 22:36:02 +0100 Subject: [PATCH] Remove hyphen in pin-point. --- docs/source/preferences.rst | 2 +- docs/source/toolbox.rst | 4 ++-- pyqso/preferences_dialog.py | 2 +- pyqso/res/pyqso.glade | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/preferences.rst b/docs/source/preferences.rst index c9b2c84..0c6101b 100644 --- a/docs/source/preferences.rst +++ b/docs/source/preferences.rst @@ -63,4 +63,4 @@ PyQSO features rudimentary support for the `Hamlib `_ library is installed then these coordinates can be filled in for you by clicking the lookup button after entering the QTH's name, otherwise the coordinates will need to be entered manually. +The user's QTH can be pinpointed on the map by specifying the QTH's location (e.g. city name) and latitude-longitude coordinates in the preferences. If the `geocoder `_ library is installed then these coordinates can be filled in for you by clicking the lookup button after entering the QTH's name, otherwise the coordinates will need to be entered manually. The location of a worked station may also be plotted by right-clicking on the relevant QSO in the main window and selecting ``Pinpoint`` from the popup menu. @@ -44,7 +44,7 @@ The location of a worked station may also be plotted by right-clicking on the re .. figure:: images/world_map.png :align: center - The world map tool with the user's QTH (e.g. Southampton) pin-pointed in red, and several other worked stations pin-pointed in yellow. Worked grid squares are shaded purple. + The world map tool with the user's QTH (e.g. Southampton) pinpointed in red, and several other worked stations pinpointed in yellow. Worked grid squares are shaded purple. Awards ------ diff --git a/pyqso/preferences_dialog.py b/pyqso/preferences_dialog.py index 47dcb22..2fc8bf2 100644 --- a/pyqso/preferences_dialog.py +++ b/pyqso/preferences_dialog.py @@ -500,7 +500,7 @@ class WorldMapPage: config = configparser.ConfigParser() have_config = (config.read(PREFERENCES_FILE) != []) - # Option to pin-point QTH on grey line map. + # Option to pinpoint QTH on grey line map. self.sources["SHOW_QTH"] = self.builder.get_object("world_map_show_qth_checkbutton") (section, option) = ("world_map", "show_qth") if(have_config and config.has_option(section, option)): diff --git a/pyqso/res/pyqso.glade b/pyqso/res/pyqso.glade index c8012fc..47c8730 100644 --- a/pyqso/res/pyqso.glade +++ b/pyqso/res/pyqso.glade @@ -2746,7 +2746,7 @@ Base64-encoded plain text in the configuration file. 2 - Pin-point QTH on world map + Pinpoint QTH on world map True True False