Merge pull request #1624 from Diapolo/fix_typo_log_file

fix typo "logfile" -> "log file"
This commit is contained in:
Wladimir J. van der Laan 2012-07-25 19:15:01 -07:00
commit c32ad4594e
1 changed files with 2 additions and 2 deletions

View File

@ -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>&amp;Open</string>