diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 07:39:56 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 07:51:16 +0100 |
commit | 22f0135df0f6ee94c137d6c59209bdfbd93533fc (patch) | |
tree | 63c481c6b620a05d412663b0730c2829c998389c /src/qt/forms/rpcconsole.ui | |
parent | fb34be6d5905d36a2d9a392d87aa73bdb9470a1b (diff) |
Rebrand to `Bitcoin Core`
Only messages for now, executable names and other file names
can be changed later if necessary and safe.
Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to
be kept:
- Applicationname: this is used to determine the registry entry names,
we don't want to lose settings over a silly name change.
- Where it refers to the executable name instead of the product name.
Diffstat (limited to 'src/qt/forms/rpcconsole.ui')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index c77c5a384c..36c0b881ca 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -348,7 +348,7 @@ <item row="17" column="0"> <widget class="QPushButton" name="showCLOptionsButton"> <property name="toolTip"> - <string>Show the Bitcoin-Qt help message to get a list with possible Bitcoin command-line options.</string> + <string>Show the Bitcoin-Core help message to get a list with possible Bitcoin command-line options.</string> </property> <property name="text"> <string>&Show</string> |