changeset 553:df8b3710e120

weather: Reorder few things in the example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jul 2020 23:14:28 +0300
parents c9ed23fb6d38
children 47c174bfd9a2
files config.weather.example
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/config.weather.example	Wed Jul 08 23:00:38 2020 +0300
+++ b/config.weather.example	Wed Jul 08 23:14:28 2020 +0300
@@ -118,15 +118,18 @@
   "usage_single" "@cmd@ \[paikka\]"
   "usage_full" {"usage_single" "usage_stations" "usage_def_set" "usage_nearest" "usage_alias" "usage_unalias" "usage_list" }
 
+  "no_results" "\002@1@\002: Ei mittaustietoja."
+  "no_data_for_location" "\002@1@\002: Paikkakunnan tietoja ei saatu."
+
+  "temp_min" "Min: @1@"
+  "temp_max" "Max: @1@"
+  "temp_minmax" "Min: @1@\nMax: @2@"
+
   "list_nearest" $weather_msg_list_station
   "nearest_stations" "Lähimmät mittausasemat (@1@, @2@): @3@"
   "usage_nearest" "@cmd@ lähin <lat>\[, \]<long> -- näyttää annettuja koordinaatteja lähimpänä olevat mittausasemat"
   "nearest_invalid" "@cmd@ lähin <lat>\[, \]<long> -- näyttää annettuja koordinaatteja lähimpänä olevat mittausasemat"
 
-  "temp_min" "Min: @1@"
-  "temp_max" "Max: @1@"
-  "temp_minmax" "Min: @1@\nMax: @2@"
-
   "def_set_to" "Vakio-havaintoasemiksi asetettu: \002@1@\002."
   "def_value" "Käyttäjän \002@1@\002 vakio-havaintoasemat ovat: \002@2@\002."
   "def_not_set" "Vakio-havaintoasemia ei asetettu käyttäjälle \002@1@\002."
@@ -149,7 +152,4 @@
   "stations_list" "Mittausasemat: @1@"
   "stations_no_matches" "Ei osumia."
   "usage_stations" "@cmd@ asemat <patterni> -- listaa mittausasemat joiden nimi matsaa patternin kanssa"
-
-  "no_results" "\002@1@\002: Ei mittaustietoja."
-  "no_data_for_location" "\002@1@\002: Paikkakunnan tietoja ei saatu."
 }