Remove hyphen in pin-point.

pull/70/head
Christian Jacobs 2018-03-31 22:36:02 +01:00
rodzic d41d20779b
commit 833da88ae2
4 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -63,4 +63,4 @@ PyQSO features rudimentary support for the `Hamlib <http://hamlib.sourceforge.ne
World Map
---------
The user can pin-point their QTH on the world map by specifying the latitude-longitude coordinates (or looking them up based on the QTH's name, e.g. city name) in the ``World Map`` tab. Maidenhead grid squares can also be rendered, with worked grid squares shaded, which is particularly useful for satellite operating.
The user can pinpoint their QTH on the world map by specifying the latitude-longitude coordinates (or looking them up based on the QTH's name, e.g. city name) in the ``World Map`` tab. Maidenhead grid squares can also be rendered, with worked grid squares shaded, which is particularly useful for satellite operating.

Wyświetl plik

@ -36,7 +36,7 @@ World map
The world map tool (see figure:world_map_) can be used to plot the QTH of your station and stations that you have contacted. It also features a grey line to check which parts of the world are in darkness. The position of the grey line is automatically updated every 30 minutes.
The user's QTH can be pin-pointed on the map by specifying the QTH's location (e.g. city name) and latitude-longitude coordinates in the preferences. If the `geocoder <https://pypi.python.org/pypi/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 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 <https://pypi.python.org/pypi/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
------

Wyświetl plik

@ -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)):

Wyświetl plik

@ -2746,7 +2746,7 @@ Base64-encoded plain text in the configuration file.</property>
<property name="spacing">2</property>
<child>
<object class="GtkCheckButton" id="world_map_show_qth_checkbutton">
<property name="label" translatable="yes">Pin-point QTH on world map</property>
<property name="label" translatable="yes">Pinpoint QTH on world map</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>