Filename: replace colons with dashes

This commit is contained in:
lupoDharkael
2018-04-23 17:09:19 +02:00
parent 1fd1ad3a61
commit 17ac6f7a35
2 changed files with 3 additions and 3 deletions

View File

@@ -57,8 +57,8 @@ QMap<QString, QString> StrftimeChooserWidget::m_buttonData {
{ QT_TR_NOOP("Day (01-31)"), "%d"},
{ QT_TR_NOOP("Day of Month (1-31)"), "%e"},
{ QT_TR_NOOP("Day (001-366)"), "%j"},
{ QT_TR_NOOP("Time (%H:%M:%S)"), "%T"},
{ QT_TR_NOOP("Time (%H:%M)"), "%R"},
{ QT_TR_NOOP("Time (%H-%M-%S)"), "%T"},
{ QT_TR_NOOP("Time (%H-%M)"), "%R"},
{ QT_TR_NOOP("Hour (00-23)"), "%H"},
{ QT_TR_NOOP("Hour (01-12)"), "%I"},
{ QT_TR_NOOP("Minute (00-59)"), "%M"},