diff --git a/src/apps/terminal/TermConst.cpp b/src/apps/terminal/TermConst.cpp index c1f4b184da..aeee241756 100644 --- a/src/apps/terminal/TermConst.cpp +++ b/src/apps/terminal/TermConst.cpp @@ -18,6 +18,7 @@ const char* const kTooTipSetTabTitlePlaceholders = B_TRANSLATE( "\t\t\tOptionally the maximum number of path components can be\n" "\t\t\tspecified. E.g. '%2d' for at most two components.\n" "\t%i\t-\tThe index of the tab.\n" + "\t%e\t-\tThe encoding of the current tab. Not shown for UTF-8.\n" "\t%p\t-\tThe name of the active process.\n" "\t%%\t-\tThe character '%'.");