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
Plasma
Plasma Disks
Commits
2f2abfa6
Commit
2f2abfa6
authored
Mar 10, 2021
by
Yuri Chornoivan
Browse files
Fix minor typos
parent
7b82e090
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/instabilities.cpp
View file @
2f2abfa6
...
...
@@ -33,7 +33,7 @@ static QString smartCtlDataFailureToInstabilityString(SMART::Failure failure)
return
i18nc
(
"@label"
,
"The device error log contains records of errors."
);
case
SMART
::
Failure
::
SelfTestErrors
:
return
i18nc
(
"@label"
,
"The
device self-test log contains records of errors. [ATA only] Failed self-tests outdated by a newer successful extended self-test "
+
"The device self-test log contains records of errors. [ATA only] Failed self-tests outdated by a newer successful extended self-test "
+
"are ignored."
);
}
Q_UNREACHABLE
();
...
...
src/kcm/package/contents/main.qml
View file @
2f2abfa6
...
...
@@ -73,7 +73,7 @@ KCM.SimpleKCM {
var
items
=
instabilities
.
map
(
item
=>
"
<li>%1</li>
"
.
arg
(
item
))
return
i18nc
(
"
@info %1 is a bunch of <li> with the strings from instabilities.cpp
"
,
"
<p>The SMART firmware is not reporting a failure, but there are early signs of malfunction.
"
+
"
This might point at imminent device failure but requires longer term analysis.
"
+
"
This might
not
point at imminent device failure but requires longer term analysis.
"
+
"
Back up your data and contact the manufacturer of this disk, or replace it preemptively just to be safe.</p>
"
+
"
<ul>%1</ul>
"
,
items
.
join
(
''
))
}
...
...
Write
Preview
Supports
Markdown
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