forked from qt-creator/qt-creator
Git: Fix UI text according to the guidelines
https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html Task-number: QTCREATORBUG-23683 Change-Id: I1843de5a9166760bf52632f75dab74507029bf8c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -629,7 +629,7 @@ public:
|
||||
QAction *showDateButton =
|
||||
addToggleButton("--date=iso",
|
||||
tr("Show Date"),
|
||||
tr("Show date instead of sequence"));
|
||||
tr("Show date instead of sequence."));
|
||||
mapSetting(showDateButton, settings.boolPointer(GitSettings::refLogShowDateKey));
|
||||
|
||||
addReloadButton();
|
||||
|
||||
Reference in New Issue
Block a user