Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
fd2b3427
Commit
fd2b3427
authored
Jan 21, 2015
by
Matt Lowe
Browse files
Fixed spelling mistake
parent
d83987b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
fd2b3427
...
@@ -652,7 +652,7 @@ void MessagesSettingsPage::retranslateUi()
...
@@ -652,7 +652,7 @@ void MessagesSettingsPage::retranslateUi()
chatGroupBox
->
setTitle
(
tr
(
"Chat settings"
));
chatGroupBox
->
setTitle
(
tr
(
"Chat settings"
));
chatMentionCheckBox
.
setText
(
tr
(
"Enable chat mentions ('@yourusername' in chat log will be highlighted)"
));
chatMentionCheckBox
.
setText
(
tr
(
"Enable chat mentions ('@yourusername' in chat log will be highlighted)"
));
messageShortcuts
->
setTitle
(
tr
(
"In-game message macros"
));
messageShortcuts
->
setTitle
(
tr
(
"In-game message macros"
));
ignoreUnregUsersMainChat
.
setText
(
tr
(
"Ignore unregisterd users in main chat"
));
ignoreUnregUsersMainChat
.
setText
(
tr
(
"Ignore unregister
e
d users in main chat"
));
}
}
DlgSettings
::
DlgSettings
(
QWidget
*
parent
)
DlgSettings
::
DlgSettings
(
QWidget
*
parent
)
...
...
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