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
Bluedevil
Commits
3d88d277
Commit
3d88d277
authored
Dec 26, 2021
by
Nicolas Fella
Committed by
Nate Graham
Dec 26, 2021
Browse files
[wizard] Improve display name
bluedevil is jargon, not something we want to show to the user
parent
7f48d1c8
Pipeline
#114552
passed with stage
in 54 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/wizard/main.cpp
View file @
3d88d277
...
...
@@ -22,9 +22,9 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
KAboutData
aboutData
(
QStringLiteral
(
"bluedevilwizard"
),
i18n
(
"Bluetooth Device
Wizard
"
),
i18n
(
"
Add
Bluetooth Device"
),
QStringLiteral
(
BLUEDEVIL_VERSION_STRING
),
i18n
(
"Bluetooth Device
Wizard
"
),
i18n
(
"
Add
Bluetooth Device"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 2010, UFO Coders"
));
...
...
src/wizard/org.kde.bluedevilwizard.desktop
View file @
3d88d277
[Desktop Entry]
Name=
BlueDevil Wizard
Name=
Add Bluetooth Device
Name[ar]=مرشد بلودف
Name[ast]=Encontu pa BlueDevil
Name[az]=BlueDevil Ayarlar Bələdçisi
...
...
@@ -48,7 +48,7 @@ Name[uk]=Майстер BlueDevil
Name[x-test]=xxBlueDevil Wizardxx
Name[zh_CN]=BlueDevil 向导
Name[zh_TW]=BlueDevil 精靈
GenericName=
BlueDevil Wizard
GenericName=
Add Bluetooth Device
GenericName[ar]=مرشد بلودف
GenericName[ast]=Encontu pa BlueDevil
GenericName[az]=BlueDevil Ayarlar Bələdçisi
...
...
@@ -97,7 +97,7 @@ GenericName[uk]=Майстер BlueDevil
GenericName[x-test]=xxBlueDevil Wizardxx
GenericName[zh_CN]=BlueDevil 向导
GenericName[zh_TW]=BlueDevil 精靈
Comment=
BlueDevil Wizard
Comment=
Add Bluetooth Device
Comment[ar]=مرشد بلودف
Comment[ast]=Encontu pa BlueDevil
Comment[az]=BlueDevil Ayarlar Bələdçisi
...
...
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