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
a3ab1b8d
Commit
a3ab1b8d
authored
Dec 11, 2020
by
Yunhe Guo
Browse files
[kcms/runners] Unify message format
parent
a2d07f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/runners/plugininstaller/ScriptConfirmationDialog.h
View file @
a3ab1b8d
...
...
@@ -38,8 +38,8 @@ public:
"You can try to install the plugin manually.<nl/>"
"If you do not feel capable or comfortable with this, click <interface>Cancel</interface> now."
);
}
else
if
(
noInstaller
)
{
msg
=
xi18nc
(
"@info"
,
"This plugin does not provide an installation script. Please contact the author.
<nl/>
"
"You can try to install the plugin manually
; p
lease have a look at the README "
msg
=
xi18nc
(
"@info"
,
"This plugin does not provide an installation script. Please contact the author.
"
"You can try to install the plugin manually
. P
lease have a look at the README "
"for instructions from the author.<nl/>"
"If you do not feel capable or comfortable with this, click <interface>Cancel</interface> now."
);
}
else
if
(
readmes
.
isEmpty
())
{
...
...
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