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
Discover
Commits
7eadbadb
Commit
7eadbadb
authored
Dec 01, 2020
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
5bb1bb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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