Skip to content

Commit a9a7e50

Browse files
committed
Fixed wrong name of chip parameter
1 parent 10dc48c commit a9a7e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qt/chip_db_table_model.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ QVariant ChipDbTableModel::headerData(int section, Qt::Orientation orientation,
7575
case CHIP_PARAM_PAGE_SIZE: return tr("Page size");
7676
case CHIP_PARAM_BLOCK_SIZE: return tr("Block size");
7777
case CHIP_PARAM_SIZE: return tr("Size");
78-
case CHIP_PARAM_T_CS: return tr("tCH");
78+
case CHIP_PARAM_T_CS: return tr("tCS");
7979
case CHIP_PARAM_T_CLS: return tr("tCLS");
8080
case CHIP_PARAM_T_ALS: return tr("tALS");
8181
case CHIP_PARAM_T_CLR: return tr("tCLR");
@@ -105,7 +105,7 @@ QVariant ChipDbTableModel::headerData(int section, Qt::Orientation orientation,
105105
case CHIP_PARAM_SIZE:
106106
return tr("Total size in bytes");
107107
case CHIP_PARAM_T_CS:
108-
return tr("Chip enable hold time");
108+
return tr("Chip enable setup time");
109109
case CHIP_PARAM_T_CLS:
110110
return tr("Command latch enable setup time");
111111
case CHIP_PARAM_T_ALS:

0 commit comments

Comments
 (0)