Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
a2d07f18
Commit
a2d07f18
authored
Dec 11, 2020
by
Yunhe Guo
Browse files
[kcms/runners] Change 'uninstall' to 'uninstallation'
parent
519838e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/runners/plugininstaller/ScriptConfirmationDialog.h
View file @
a2d07f18
...
...
@@ -25,7 +25,7 @@ public:
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
QString
msg
;
if
(
!
install
&&
noInstaller
&&
readmes
.
isEmpty
())
{
msg
=
xi18nc
(
"@info"
,
"This plugin does not provide an uninstall script. Please contact the author. "
msg
=
xi18nc
(
"@info"
,
"This plugin does not provide an uninstall
ation
script. Please contact the author. "
"You can try to uninstall the plugin manually.<nl/>"
"If you do not feel capable or comfortable with this, click <interface>Cancel</interface> now."
);
}
else
if
(
!
install
&&
noInstaller
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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