Skip to content

Commit

Permalink
Improved string of new Terminal setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Nov 7, 2012
1 parent cfeeb9a commit 63dffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/terminal/AppearPrefView.cpp
Expand Up @@ -83,7 +83,7 @@ AppearancePrefView::AppearancePrefView(const char* name,
};

fBlinkCursor = new BCheckBox(
B_TRANSLATE("Blink the cursor"),
B_TRANSLATE("Blinking cursor"),
new BMessage(MSG_BLINK_CURSOR_CHANGED));

fWarnOnExit = new BCheckBox(
Expand Down

0 comments on commit 63dffc0

Please sign in to comment.