mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:25:56 +00:00
UI: ProgramEditDialog: Tweak wildcard path's placeholder
This commit is contained in:
parent
6c15f4fae8
commit
f7f3ce980a
@ -208,13 +208,13 @@ void ProgramEditDialog::retranslatePathPlaceholderText()
|
||||
|
||||
const auto placeholderText = tr("# Examples:")
|
||||
// Prefix wildcard
|
||||
+ "\n\n" + tr("# All programs in the sub-path:")
|
||||
+ '\n' + tr("# All programs in the sub-path:")
|
||||
+ QLatin1String("\nC:\\Git\\**")
|
||||
// Name wildcard
|
||||
+ "\n\n" + tr("# Name wildcard:")
|
||||
+ '\n' + tr("# Name wildcard:")
|
||||
+ QLatin1String("\nC:\\Store\\app.v*.exe")
|
||||
// Env var
|
||||
+ "\n\n" + tr("# Environment Variable:")
|
||||
+ '\n' + tr("# Environment Variable:")
|
||||
+ QLatin1String("\n%SystemRoot%\\System32\\telnet.exe");
|
||||
|
||||
m_editWildcard->setPlaceholderText(placeholderText);
|
||||
|
Loading…
Reference in New Issue
Block a user