diff options
Diffstat (limited to 'grc/gui/Config.py')
-rw-r--r-- | grc/gui/Config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Config.py b/grc/gui/Config.py index cd1062ff87..d78c3f040a 100644 --- a/grc/gui/Config.py +++ b/grc/gui/Config.py @@ -30,7 +30,7 @@ from six.moves import configparser HEADER = """\ # This contains only GUI settings for GRC and is not meant for users to edit. # -# GRC settings not accessible through the GUI are in gnuradio.conf under +# GRC settings not accessible through the GUI are in config.conf under # section [grc]. """ |