unify ""
This commit is contained in:
parent
217a3c9706
commit
dc78cce665
@ -39,7 +39,7 @@ void FormAccountDetails::loadAccountData() {
|
|||||||
setWindowTitle(tr("Add new account"));
|
setWindowTitle(tr("Add new account"));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
setWindowTitle(tr("Edit account '%1'").arg(m_account->title()));
|
setWindowTitle(tr("Edit account \"%1\"").arg(m_account->title()));
|
||||||
|
|
||||||
// Perform last-time operations before account is changed.
|
// Perform last-time operations before account is changed.
|
||||||
auto* cached_account = dynamic_cast<CacheForServiceRoot*>(m_account);
|
auto* cached_account = dynamic_cast<CacheForServiceRoot*>(m_account);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user