summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-09-29 21:07:42 +0200
committerhut <hut@lavabit.com>2010-10-10 02:48:42 +0200
commit9bf46780c43bd5cf3e9ab503abc5c38b50bce290 (patch)
tree51fc72cc3e00694be203203b26929a81dea9dadf
parentab2265d35945afdee9d4c0d06bf7859157e7b8ce (diff)
downloadranger-9bf46780c43bd5cf3e9ab503abc5c38b50bce290.tar.gz
Cosmetic changes
-rw-r--r--ranger/core/fm.py1
-rw-r--r--ranger/gui/widgets/titlebar.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index dfad3425..05b3e52b 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -35,7 +35,6 @@ from ranger.ext.signal_dispatcher import SignalDispatcher
 from ranger import __version__
 from ranger.core.loader import Loader
 
-CTRL_C = 3
 TICKS_BEFORE_COLLECTING_GARBAGE = 100
 TIME_BEFORE_FILE_BECOMES_GARBAGE = 1200
 
diff --git a/ranger/gui/widgets/titlebar.py b/ranger/gui/widgets/titlebar.py
index 35e2e3d9..025ad95e 100644
--- a/ranger/gui/widgets/titlebar.py
+++ b/ranger/gui/widgets/titlebar.py
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """
-The titlebar is the widget at the top, giving you broad orientation.
+The titlebar is the widget at the top, giving you broad overview.
 
 It displays the current path among other things.
 """