Minor cleanup

wilder
Ahmad Samir 4 years ago committed by Kurt Hindenburg
parent f2f860d53e
commit b470e91ae0
  1. 5
      src/widgets/TabTitleFormatButton.cpp

@ -35,10 +35,7 @@ const TabTitleFormatButton::Element TabTitleFormatButton::_localElements[] = {
{QStringLiteral("%#"), I18N_NOOP("Session Number: %#")},
{QStringLiteral("%u"), I18N_NOOP("User Name: %u")},
{QStringLiteral("%h"), I18N_NOOP("Local Host: %h")},
{
QStringLiteral("%B"),
I18N_NOOP("User's Bourne prompt sigil: %B"),
} // ($, or # for superuser)
{QStringLiteral("%B"), I18N_NOOP("User's Bourne prompt sigil: %B")}, // ($, or # for superuser)
#endif
};

Loading…
Cancel
Save