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
948eb1dd
Commit
948eb1dd
authored
Apr 13, 2021
by
Harald Sitter
🏳️🌈
Browse files
SCM_SILENT format++
parent
bec2db2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/instabilities.cpp
View file @
948eb1dd
...
...
@@ -32,8 +32,9 @@ static QString smartCtlDataFailureToInstabilityString(SMART::Failure failure)
case
SMART
::
Failure
::
ErrorsRecorded
:
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 are ignored."
);
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 are ignored."
);
}
Q_UNREACHABLE
();
return
{};
...
...
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