We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22aa0ea commit 4bc0e84Copy full SHA for 4bc0e84
configure.py
@@ -543,7 +543,7 @@ def __init__(self, main_window: TuringConfigWindow):
543
544
weather_info_label = ttk.Label(self.window,
545
text="To display weather forecast on themes that support it, you need an OpenWeatherMap \"One Call API 3.0\" key.\n"
546
- "You will get 1,000 API calls per day for free. This program is configured stay under this threshold.")
+ "You will get 1,000 API calls per day for free. This program is configured to stay under this threshold (~300 calls/day).")
547
weather_info_label.place(x=10, y=100)
548
weather_api_link_label = ttk.Label(self.window,
549
text="Click here to subscribe to OpenWeatherMap One Call API 3.0.")
0 commit comments