Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
d6ded8c2
Commit
d6ded8c2
authored
Sep 05, 2021
by
Tyson Tan
Browse files
Make "Empties Trash to create free space" translatable.
parent
127e446b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinnavigatorswidgetaction.cpp
View file @
d6ded8c2
...
...
@@ -234,7 +234,7 @@ QPushButton *DolphinNavigatorsWidgetAction::newEmptyTrashButton(const DolphinUrl
{
auto
emptyTrashButton
=
new
QPushButton
(
QIcon
::
fromTheme
(
QStringLiteral
(
"user-trash"
)),
i18nc
(
"@action:button"
,
"Empty Trash"
),
parent
);
emptyTrashButton
->
setToolTip
(
QLatin1String
(
"Empties Trash to create free space"
)
)
;
emptyTrashButton
->
setToolTip
(
i18n
(
"Empties Trash to create free space"
);
emptyTrashButton
->
setFlat
(
true
);
connect
(
emptyTrashButton
,
&
QPushButton
::
clicked
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment