aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormormj <34754695+mormj@users.noreply.github.com>2019-11-22 15:17:16 -0500
committerGitHub <noreply@github.com>2019-11-22 15:17:16 -0500
commit6414c7c642ab79aa2e96d2e3b394856470cc1444 (patch)
tree03b666fe0d5de41718b2239cbbc253f85da555c4
parentMerge pull request #2778 from dl1ksv/patch-18 (diff)
parentTypo (diff)
downloadgnuradio-6414c7c642ab79aa2e96d2e3b394856470cc1444.tar.xz
gnuradio-6414c7c642ab79aa2e96d2e3b394856470cc1444.zip
Merge pull request #2729 from hughpyle/master
grc: fix type in missing xterm warning
-rw-r--r--grc/gui/Dialogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Dialogs.py b/grc/gui/Dialogs.py
index d7fee7025..ded2c2259 100644
--- a/grc/gui/Dialogs.py
+++ b/grc/gui/Dialogs.py
@@ -322,7 +322,7 @@ def show_types(parent):
def show_missing_xterm(parent, xterm):
markup = textwrap.dedent("""\
The xterm executable {0!r} is missing.
- You can change this setting in your gnurado.conf, in section [grc], 'xterm_executable'.
+ You can change this setting in your gnuradio.conf, in section [grc], 'xterm_executable'.
\n\
(This message is shown only once)\
""").format(xterm)