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
Games
KBlocks
Commits
fb3f5f7e
Commit
fb3f5f7e
authored
Jun 04, 2021
by
Antoni Bella Pérez
🚵🏻
Browse files
GUI l10n fix
* Capitalize a menu item
parent
b9a23cc9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/KBlocksWin.cpp
View file @
fb3f5f7e
...
...
@@ -298,7 +298,7 @@ void KBlocksWin::setupGUILayout()
KStandardAction
::
preferences
(
this
,
SLOT
(
configureSettings
()),
actionCollection
());
KToggleAction
*
soundAction
=
new
KToggleAction
(
i18n
(
"&Play
s
ounds"
),
this
);
KToggleAction
*
soundAction
=
new
KToggleAction
(
i18n
(
"&Play
S
ounds"
),
this
);
soundAction
->
setChecked
(
Settings
::
sounds
());
actionCollection
()
->
addAction
(
QStringLiteral
(
"sounds"
),
soundAction
);
connect
(
soundAction
,
&
KToggleAction
::
triggered
,
this
,
&
KBlocksWin
::
setSoundsEnabled
);
...
...
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