Add %e in the terminal tab format tooltip.

Since it works, we may as well advertise it.
This commit is contained in:
Adrien Destugues
2014-12-23 09:54:36 +01:00
parent 0d523bddbc
commit 177cb657e4
+1
View File
@@ -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 '%'.");