[haiku-commits] r39772 - haiku/trunk/src/apps/terminal

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 8 Dec 2010 21:36:16 +0100 (CET)

Author: phoudoin
Date: 2010-12-08 21:36:16 +0100 (Wed, 08 Dec 2010)
New Revision: 39772
Changeset: http://dev.haiku-os.org/changeset/39772
Ticket: http://dev.haiku-os.org/ticket/6971

Modified:
   haiku/trunk/src/apps/terminal/TermConst.cpp
Log:
Fix a typo spotted by Karvjorm. Thanks.
This close #6971.


Modified: haiku/trunk/src/apps/terminal/TermConst.cpp
===================================================================
--- haiku/trunk/src/apps/terminal/TermConst.cpp 2010-12-08 20:07:22 UTC (rev 
39771)
+++ haiku/trunk/src/apps/terminal/TermConst.cpp 2010-12-08 20:36:16 UTC (rev 
39772)
@@ -22,7 +22,7 @@
        "\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"


Other related posts:

  • » [haiku-commits] r39772 - haiku/trunk/src/apps/terminal - philippe . houdoin