diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-07-25 19:15:01 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-07-25 19:15:01 -0700 |
| commit | c32ad4594e9d21b108762430abba5c675494202e (patch) | |
| tree | 85249c10123b03a431a409576b4b304b56742e86 /src | |
| parent | Merge pull request #1630 from fanquake/master (diff) | |
| parent | fix typo "logfile" -> "log file" (diff) | |
| download | discoin-c32ad4594e9d21b108762430abba5c675494202e.tar.xz discoin-c32ad4594e9d21b108762430abba5c675494202e.zip | |
Merge pull request #1624 from Diapolo/fix_typo_log_file
fix typo "logfile" -> "log file"
Diffstat (limited to 'src')
| -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 559379181..d1d8ab42a 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> |