Fix a typo.

This commit is contained in:
Joe Taylor 2022-07-13 14:57:24 -04:00
parent c85ed8cc7d
commit cd0a0e6db4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ CabrilloLog::impl::impl (CabrilloLog * self, Configuration const * configuration
setEditStrategy (QSqlTableModel::OnFieldChange);
setTable ("cabrillo_log_v2");
setHeaderData (fieldIndex ("id"), Qt::Horizontal, tr ("Qso #"));
setHeaderData (fieldIndex ("id"), Qt::Horizontal, tr ("QSO #"));
setHeaderData (fieldIndex ("frequency"), Qt::Horizontal, tr ("Freq(MHz)"));
setHeaderData (fieldIndex ("mode"), Qt::Horizontal, tr ("Mode"));
setHeaderData (fieldIndex ("when"), Qt::Horizontal, tr ("Date & Time(UTC)"));