about summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index b382a684..02e0f9b7 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -84,7 +84,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 		try:
 			item = self.loader.queue[0]
 		except:
-			self.notify("Type Q or :quit<Enter> to exit Ranger")
+			self.notify("Type Q or :quit<Enter> to exit ranger")
 		else:
 			self.notify("Aborting: " + item.get_description())
 			self.loader.remove(index=0)