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
bc44f8ce
Commit
bc44f8ce
authored
Nov 17, 2015
by
tooomm
Browse files
link renaming
-`Linking FAQ` --> `How to set a custom picture url` -updated define accordingly
parent
77b9aa7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
bc44f8ce
...
...
@@ -30,7 +30,7 @@
#include
"soundengine.h"
#include
"sequenceEdit/shortcutstab.h"
#define
LINKING_FAQ
_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-URLs"
#define
WIKI_CUSTOM_PIC
_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Download-URLs"
GeneralSettingsPage
::
GeneralSettingsPage
()
{
...
...
@@ -247,7 +247,7 @@ void GeneralSettingsPage::retranslateUi()
tokenDatabasePathLabel
.
setText
(
tr
(
"Token database:"
));
pixmapCacheLabel
.
setText
(
tr
(
"Picture cache size:"
));
highQualityURLLabel
.
setText
(
tr
(
"Custom Card Download URL:"
));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='%1'>%2</a>"
).
arg
(
LINKING_FAQ_URL
).
arg
(
tr
(
"Linking FAQ
"
)));
highQualityURLLinkLabel
.
setText
(
QString
(
"<a href='%1'>%2</a>"
).
arg
(
WIKI_CUSTOM_PIC_URL
).
arg
(
tr
(
"How to set a custom picture url
"
)));
clearDownloadedPicsButton
.
setText
(
tr
(
"Reset/Clear Downloaded Pictures"
));
updateNotificationCheckBox
.
setText
(
tr
(
"Notify when new client features are available"
));
}
...
...
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