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
KInfoCenter
Commits
38637c16
Commit
38637c16
authored
Sep 25, 2020
by
Nate Graham
Browse files
[modules/nics] Use consistent name everywhere
parent
c50516af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Modules/nics/nic.cpp
View file @
38637c16
...
...
@@ -20,7 +20,7 @@ KCMNic::KCMNic(QObject *parent, const QVariantList &list)
:
KQuickAddons
::
ConfigModule
(
parent
,
list
)
{
KAboutData
*
about
=
new
KAboutData
(
i18n
(
"kcm_nic"
),
i18nc
(
"@title:window"
,
"Network In
formation
"
),
i18nc
(
"@title:window"
,
"Network In
terfaces
"
),
QString
(),
QString
(),
KAboutLicense
::
GPL
,
i18nc
(
"@info"
,
"(c) 2001 - 2002 Alexander Neundorf"
));
...
...
Modules/nics/package/contents/ui/main.qml
View file @
38637c16
...
...
@@ -12,7 +12,7 @@ import org.kde.kcm 1.3
import
org
.
kde
.
kinfocenter
.
nic
.
private
1.0
SimpleKCM
{
ConfigModule.quickHelp
:
i18n
(
"
Network In
formation
"
)
ConfigModule.quickHelp
:
i18n
(
"
Network In
terfaces
"
)
clip
:
true
Component.onCompleted
:
{
...
...
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