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
Discover
Commits
7eadbadb
Commit
7eadbadb
authored
Dec 01, 2020
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typo
parent
5bb1bb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libdiscover/backends/PackageKitBackend/PackageKitUpdater.cpp
libdiscover/backends/PackageKitBackend/PackageKitUpdater.cpp
+1
-1
No files found.
libdiscover/backends/PackageKitBackend/PackageKitUpdater.cpp
View file @
7eadbadb
...
...
@@ -106,7 +106,7 @@ public:
QString
author
()
const
override
{
return
{};
}
QList
<
PackageState
>
addonsInformation
()
override
{
return
{};
}
QString
upgradeText
()
const
override
{
return
i18np
(
"1 package to upgrade"
,
"%1 pac
a
kages to upgrade"
,
m_resources
.
count
());
return
i18np
(
"1 package to upgrade"
,
"%1 packages to upgrade"
,
m_resources
.
count
());
}
void
fetchChangelog
()
override
{
QString
changes
;
...
...
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