mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Make a string translatable
This commit is contained in:
parent
40cfede2bf
commit
48a73a9e05
@ -2229,7 +2229,7 @@ void GuiWorkAreaContainer::updateDisplay()
|
|||||||
{
|
{
|
||||||
Buffer const & buf = wa_->bufferView().buffer();
|
Buffer const & buf = wa_->bufferView().buffer();
|
||||||
notificationFrame->setHidden(!buf.notifiesExternalModification());
|
notificationFrame->setHidden(!buf.notifiesExternalModification());
|
||||||
QString const label = QString("<b>The file \"%1\" changed on disk.</b>")
|
QString const label = qt_("<b>The file %1 changed on disk.</b>")
|
||||||
.arg(toqstr(buf.fileName().displayName()));
|
.arg(toqstr(buf.fileName().displayName()));
|
||||||
externalModificationLabel->setText(label);
|
externalModificationLabel->setText(label);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user