DolphinQt2: Make logging strings more like in DolphinWX

Like PR 5817 but for strings that were added after that PR was merged.
This commit is contained in:
JosJuice
2017-08-03 16:43:50 +02:00
parent 6a76ca7bb7
commit b29ca4f830
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ void LoggerWidget::CreateWidgets()
// Log
m_tab_log = new QWidget;
m_log_text = new QTextEdit;
m_log_wrap = new QCheckBox(tr("Wrap Text"));
m_log_wrap = new QCheckBox(tr("Word Wrap"));
m_log_font = new QComboBox;
m_log_clear = new QPushButton(tr("Clear"));