aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
committerGavin Andresen <[email protected]>2012-05-19 05:45:50 -0700
commit23e5c5b11a746be74430eae103fd2cd866ce6bea (patch)
treeaa60f1eae07cf2d28a6b5357c38087710aa176a5 /src/qt/optionsmodel.cpp
parentMerge pull request #1362 from laanwj/2012_05_debugwindowicon2 (diff)
parentchange strings to Bitcoin (uppercase), where it is used as a noun and update ... (diff)
downloaddiscoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.tar.xz
discoin-23e5c5b11a746be74430eae103fd2cd866ce6bea.zip
Merge pull request #1289 from Diapolo/Bitcoin_as_noun
change strings to Bitcoin (uppercase), where it is used as a noun and up...
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 181dec440..9f1c6447a 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -24,7 +24,7 @@ void OptionsModel::Init()
nTransactionFee = settings.value("nTransactionFee").toLongLong();
language = settings.value("language", "").toString();
- // These are shared with core bitcoin; we want
+ // These are shared with core Bitcoin; we want
// command-line options to override the GUI settings:
if (settings.contains("fUseUPnP"))
SoftSetBoolArg("-upnp", settings.value("fUseUPnP").toBool());