Skip to content

Commit 72c0a43

Browse files
authored
Merge pull request #296 from realchoodle/master
fix typo in config_window.py (ptogram -> program)
2 parents cdf947f + c5c57e3 commit 72c0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyradio/config_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class PyRadioConfigWindow():
6666
_help_text.append(['This is a Linux (et al) only parameter. It has no effect on Windows or MacOS.', '|',
6767
'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.'
6868
])
69-
_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'])
69+
_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'])
7070
_help_text.append(None)
7171
_help_text.append(['Specify whether you will be asked to confirm every station deletion action.', '|', 'Default value: True'])
7272
_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)