From 99aaa8c1fd96da54a167d0af85e835005d244b62 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 8 Dec 2010 20:36:16 +0000 Subject: [PATCH] Fix a typo spotted by Karvjorm. Thanks. This close #6971. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39772 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermConst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/TermConst.cpp b/src/apps/terminal/TermConst.cpp index bb47f939d0..2fcebd8f82 100644 --- a/src/apps/terminal/TermConst.cpp +++ b/src/apps/terminal/TermConst.cpp @@ -22,7 +22,7 @@ const char* const kTooTipSetTabTitlePlaceholders = B_TRANSLATE( "\t%%\t-\tThe character '%'."); const char* const kTooTipSetWindowTitlePlaceholders = B_TRANSLATE( - "\t%d\t-\tThe current working directory of the active process in the.\n" + "\t%d\t-\tThe current working directory of the active process in the\n" "\t\t\tcurrent tab. Optionally the maximum number of path components\n" "\t\t\tcan be specified. E.g. '%2d' for at most two components.\n" "\t%i\t-\tThe index of the window.\n"