aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-13 16:09:14 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-18 23:13:58 +0200
commitff0ee876bb66b572921087fcd3775fc2602138c2 (patch)
tree8d2a7099558df03355a66c245626c9cd48172410 /src/qt/rpcconsole.h
parentd6615a54c6146728717ad0f8819f32f002613f5c (diff)
downloadbitcoin-ff0ee876bb66b572921087fcd3775fc2602138c2.tar.xz
change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 0a7b10f4a2..c64ea5710c 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -8,7 +8,7 @@ namespace Ui {
}
class ClientModel;
-/** Local bitcoin RPC console. */
+/** Local Bitcoin RPC console. */
class RPCConsole: public QDialog
{
Q_OBJECT