diff options
-rw-r--r-- | ranger/core/fm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py index 993e6050..eb99d1f1 100644 --- a/ranger/core/fm.py +++ b/ranger/core/fm.py @@ -248,7 +248,7 @@ class FM(Actions, SignalDispatcher): "keep them up to date.\n") if os.environ.get('RANGER_LOAD_DEFAULT_RC', 0) != 'FALSE': sys.stderr.write("\n> To stop ranger from loading " - "\033[1mboth\033[0m the default and your custom rc.config,\n" + "\033[1mboth\033[0m the default and your custom rc.conf,\n" " please set the environment variable " "\033[1mRANGER_LOAD_DEFAULT_RC\033[0m to " "\033[1mFALSE\033[0m.\n") |