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
Discover
Commits
98891a1b
Commit
98891a1b
authored
Apr 27, 2021
by
Nate Graham
Browse files
[kcm] Improve name and comment
parent
36dc66b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
kcm/kcm_updates.desktop
View file @
98891a1b
...
...
@@ -8,7 +8,7 @@ X-KDE-ParentApp=kcontrol
X-KDE-System-Settings-Parent-Category=system-administration
Name=Software Update
s
Name=Software Update
Name[ar]=التّحديثات
Name[ast]=Anovamientos
Name[az]=Yeniləmələr
...
...
@@ -56,7 +56,7 @@ Name[uk]=Оновлення
Name[x-test]=xxUpdatesxx
Name[zh_CN]=更新
Name[zh_TW]=更新
Comment=Configure software update
s integrat
io
n
Comment=Configure software update
behav
io
r
Comment[az]=Proqram təminatı inteqrasiyasını tənzimləyin
Comment[ca]=Configura la integració de les actualitzacions de programari
Comment[cs]=Nastavit integraci aktualizací software
...
...
kcm/package/metadata.desktop
View file @
98891a1b
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
[Desktop Entry]
Name=Software Update
s
Name=Software Update
Name[az]=Proqram Təminatı Yenilənmələri
Name[ca]=Actualitzacions de programari
Name[cs]=Aktualizace software
...
...
kcm/updates.cpp
View file @
98891a1b
...
...
@@ -29,7 +29,7 @@ Updates::Updates(QObject *parent, const QVariantList &args)
qmlRegisterAnonymousType
<
DiscoverSettings
>
(
"org.kde.discover.updates"
,
1
);
setAboutData
(
new
KAboutData
(
QStringLiteral
(
"kcm_updates"
),
i18n
(
"Software Update
s
"
),
i18n
(
"Software Update"
),
QStringLiteral
(
"1.0"
),
i18n
(
"Configure software update settings"
),
KAboutLicense
::
LGPL
));
...
...
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