forked from qt-creator/qt-creator
Text Editor: fix log message punctuation
Change-Id: Iedbb44e476ce4791c876d560cdba74d3e71597a6 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a02e3afebb
commit
5ea86e55b4
@@ -272,7 +272,7 @@ TextEditorSettings::TextEditorSettings(QObject *parent)
|
||||
Format(QColor(), QColor(175, 255, 175))));
|
||||
|
||||
formatDescr.append(FormatDescription(C_LOG_CHANGE_LINE, tr("Log Change Line"),
|
||||
tr("Applied to lines describing changes in VCS log"),
|
||||
tr("Applied to lines describing changes in VCS log."),
|
||||
Format(QColor(192, 0, 0), QColor())));
|
||||
|
||||
d->m_fontSettingsPage = new FontSettingsPage(formatDescr,
|
||||
|
||||
Reference in New Issue
Block a user