about summary refs log tree commit diff stats
path: root/code/fm/fm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r--code/fm/fm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index 1fb91080..b5ef5c1a 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -141,7 +141,7 @@ module Fm
 
 	def current_path() @pwd.path end
 
-	def reset_title() set_title("fm: #{@pwd.path}") end
+	def reset_title() set_title("ranger: #{@pwd.path}") end
 
 	def enter_dir_safely(dir)
 		dir = File.expand_path(dir)