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
89f1298a
Commit
89f1298a
authored
Jun 15, 2015
by
Zach H
Browse files
change wording
parent
45c2e6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
89f1298a
...
@@ -232,7 +232,7 @@ void GeneralSettingsPage::retranslateUi()
...
@@ -232,7 +232,7 @@ void GeneralSettingsPage::retranslateUi()
personalGroupBox
->
setTitle
(
tr
(
"Personal settings"
));
personalGroupBox
->
setTitle
(
tr
(
"Personal settings"
));
languageLabel
.
setText
(
tr
(
"Language:"
));
languageLabel
.
setText
(
tr
(
"Language:"
));
picDownloadCheckBox
.
setText
(
tr
(
"Download card pictures on the fly"
));
picDownloadCheckBox
.
setText
(
tr
(
"Download card pictures on the fly"
));
picDownloadHqCheckBox
.
setText
(
tr
(
"Download
high-quality
card pictures"
));
picDownloadHqCheckBox
.
setText
(
tr
(
"Download card pictures
from a custom URL
"
));
pathsGroupBox
->
setTitle
(
tr
(
"Paths"
));
pathsGroupBox
->
setTitle
(
tr
(
"Paths"
));
deckPathLabel
.
setText
(
tr
(
"Decks directory:"
));
deckPathLabel
.
setText
(
tr
(
"Decks directory:"
));
replaysPathLabel
.
setText
(
tr
(
"Replays directory:"
));
replaysPathLabel
.
setText
(
tr
(
"Replays directory:"
));
...
@@ -240,7 +240,7 @@ void GeneralSettingsPage::retranslateUi()
...
@@ -240,7 +240,7 @@ void GeneralSettingsPage::retranslateUi()
cardDatabasePathLabel
.
setText
(
tr
(
"Card database:"
));
cardDatabasePathLabel
.
setText
(
tr
(
"Card database:"
));
tokenDatabasePathLabel
.
setText
(
tr
(
"Token database:"
));
tokenDatabasePathLabel
.
setText
(
tr
(
"Token database:"
));
pixmapCacheLabel
.
setText
(
tr
(
"Picture cache size:"
));
pixmapCacheLabel
.
setText
(
tr
(
"Picture cache size:"
));
highQualityURLLabel
.
setText
(
tr
(
"
High Quality Source
URL:"
));
highQualityURLLabel
.
setText
(
tr
(
"
Custom Card Download
URL:"
));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-HQ-URLs'>"
+
tr
(
"Linking FAQ"
)
+
"</a>"
));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-HQ-URLs'>"
+
tr
(
"Linking FAQ"
)
+
"</a>"
));
clearDownloadedPicsButton
.
setText
(
tr
(
"Reset/Clear Downloaded Pictures"
));
clearDownloadedPicsButton
.
setText
(
tr
(
"Reset/Clear Downloaded Pictures"
));
}
}
...
...
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