Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
a3ab1b8d
Commit
a3ab1b8d
authored
Dec 11, 2020
by
Yunhe Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kcms/runners] Unify message format
parent
a2d07f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kcms/runners/plugininstaller/ScriptConfirmationDialog.h
kcms/runners/plugininstaller/ScriptConfirmationDialog.h
+2
-2
No files found.
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
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