From a095f503dc5601255e7e03fc8b430eeea080d1c6 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Wed, 7 Nov 2012 19:49:51 +0100 Subject: [PATCH] Changing 'Blinking cursor' in settings too. +alpha4. quick, quick.. --- src/apps/terminal/TermConst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/TermConst.h b/src/apps/terminal/TermConst.h index cf0a31c2c6..05174b11c5 100644 --- a/src/apps/terminal/TermConst.h +++ b/src/apps/terminal/TermConst.h @@ -133,7 +133,7 @@ static const char* const PREF_SHELL = "Shell"; static const char* const PREF_TEXT_ENCODING = "Text encoding"; static const char* const PREF_GUI_LANGUAGE = "Language"; -static const char* const PREF_BLINK_CURSOR = "Blink the cursor"; +static const char* const PREF_BLINK_CURSOR = "Blinking cursor"; static const char* const PREF_WARN_ON_EXIT = "Warn on exit"; static const char* const PREF_TAB_TITLE = "Tab title";