Skip to content

Commit d2d7390

Browse files
realchoodles-n-g
authored andcommitted
fix typo in config_window.py (ptogram -> program)
- version 0.9.3.11.16 - fixing m3u->csv comma issue
1 parent 26e4ca6 commit d2d7390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
194194
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
195195
<pre style="height: 200px;">
196196

197-
2025-08-18 s-n-g
197+
2025-09-02 s-n-g
198198
* version 0.9.3.11.16 - 0.9.3.12-beta16
199199
* heavy refactoring - expect bugs!
200200
* adding player field (optional) to station's definition

pyradio/config_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class PyRadioConfigWindow():
5252
_help_text.append(['This is a Linux (et al) only parameter. It has no effect on Windows or MacOS.', '|',
5353
'Default value is "auto", in which case, PyRadio will try to use xdg-open, gio, mimeopen, mimeo or handlr, in that order of detection. If none if found, the requested file will simply not open.'
5454
])
55-
_help_text.append(['If this option is True, PyRadio will start logging song titles to a log file at program startup, provided that the station playing does provide title data.', '|', 'This is the same as using the -lt command line option, or pressing "' + to_str('t_tag') + '" while the program is running.', '|', 'Please keep in mind that this option will only affect ptogram startup.', '|', 'Default value: False'])
55+
_help_text.append(['If this option is True, PyRadio will start logging song titles to a log file at program startup, provided that the station playing does provide title data.', '|', 'This is the same as using the -lt command line option, or pressing "' + to_str('t_tag') + '" while the program is running.', '|', 'Please keep in mind that this option will only affect program startup.', '|', 'Default value: False'])
5656
_help_text.append(None)
5757
_help_text.append(['Specify whether you will be asked to confirm every station deletion action.', '|', 'Default value: True'])
5858
_help_text.append(['Specify whether you will be asked to confirm playlist reloading, when the playlist has not been modified within PyRadio.', '|', 'Default value: True'])

0 commit comments

Comments
 (0)