diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-23 08:22:04 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-23 08:22:04 +0200 |
commit | 64c0020ff856303fa08aa38517bf118f92fddc5e (patch) | |
tree | 1210ae3fe8f78b0bd303fd041dbeb4d157cba06c /src/qt/forms | |
parent | 12e5881c098a842e3be9c427a3c1d02260301098 (diff) |
fix typo "logfile" -> "log file"
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 5593791814..d1d8ab42a0 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -315,14 +315,14 @@ </font> </property> <property name="text"> - <string>Debug logfile</string> + <string>Debug log file</string> </property> </widget> </item> <item row="15" column="0"> <widget class="QPushButton" name="openDebugLogfileButton"> <property name="toolTip"> - <string>Open the Bitcoin debug logfile from the current data directory. This can take a few seconds for large logfiles.</string> + <string>Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files.</string> </property> <property name="text"> <string>&Open</string> |