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
Picmi
Commits
f96f1d4c
Commit
f96f1d4c
authored
Oct 08, 2021
by
Antoni Bella Pérez
🚵🏻
Browse files
l10n: capitalization and punctuation
parent
6479da13
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gui/selectboardwindow.cpp
View file @
f96f1d4c
...
...
@@ -162,7 +162,7 @@ SelectBoardWindow::SelectBoardWindow(QWidget *parent)
:
QDialog
(
parent
)
{
setModal
(
true
);
setWindowTitle
(
i18n
(
"Level Selection"
));
setWindowTitle
(
i18n
c
(
"@title:window"
,
"Level Selection"
));
QVBoxLayout
*
mainLayout
=
new
QVBoxLayout
;
setLayout
(
mainLayout
);
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
);
...
...
src/gui/settingswindow.ui
View file @
f96f1d4c
...
...
@@ -91,7 +91,7 @@
</font>
</property>
<property
name=
"text"
>
<string>
Solved
S
treaks
</string>
<string>
Solved
s
treaks
:
</string>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::AutoText
</enum>
...
...
@@ -107,7 +107,7 @@
</font>
</property>
<property
name=
"text"
>
<string>
Unsolved
S
treaks
</string>
<string>
Unsolved
s
treaks
:
</string>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::AutoText
</enum>
...
...
@@ -238,7 +238,7 @@
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"text"
>
<string>
Prevent
M
istakes:
</string>
<string>
Prevent
m
istakes:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
</set>
...
...
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