diff options
| author | Elvis Angelaccio <[email protected]> | 2018-05-13 13:28:00 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-05-13 13:28:00 +0200 |
| commit | 6e05c6365eec005caa3198a13bb071c782b8b192 (patch) | |
| tree | a2af118854d8fe5592d80e93eff0994585e6019c /src | |
| parent | 2912894d4f13907bb05be0a2a0d4e432668d9817 (diff) | |
| parent | 2e1cc199c3c2ef2eea5abd630821f80dfc9e0b16 (diff) | |
Merge branch 'Applications/18.04'
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index dc9b4538f..bf8ac8812 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -90,7 +90,7 @@ DolphinViewContainer::DolphinViewContainer(const QUrl& url, QWidget* parent) : KUrlComboBox* editor = m_urlNavigator->editor(); editor->setCompletionMode(KCompletion::CompletionMode(settings->urlCompletionMode())); - m_emptyTrashButton = new QPushButton(QIcon::fromTheme(QStringLiteral("user-trash")), "&Empty Trash", this); + m_emptyTrashButton = new QPushButton(QIcon::fromTheme(QStringLiteral("user-trash")), i18nc("@action:button", "Empty Trash"), this); m_emptyTrashButton->setFlat(true); connect(m_emptyTrashButton, &QPushButton::clicked, this, [this]() { Trash::empty(this); }); connect(&Trash::instance(), &Trash::emptinessChanged, m_emptyTrashButton, &QPushButton::setDisabled); |
