mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Units should be lower case
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b76a947878
commit
adf6d1e22d
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ int TankInfoModel::rowCount(const QModelIndex& parent) const
|
|||
|
||||
TankInfoModel::TankInfoModel() : rows(-1)
|
||||
{
|
||||
setHeaderDataStrings( QStringList() << tr("Description") << tr("Ml") << tr("Bar"));
|
||||
setHeaderDataStrings( QStringList() << tr("Description") << tr("ml") << tr("bar"));
|
||||
struct tank_info_t *info = tank_info;
|
||||
for (info = tank_info; info->name; info++, rows++){
|
||||
QString infoName(info->name);
|
||||
|
|
Loading…
Add table
Reference in a new issue