Skip to content

Commit 73fdca1

Browse files
committed
panel: lower-case header texts
either all lower or all upper case.
1 parent a380fea commit 73fdca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualization/motion_planning_tasks/src/task_list_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ QVariant TaskListModel::horizontalHeader(int column, int role) {
6161
case Qt::DisplayRole:
6262
switch (column) {
6363
case 0:
64-
return tr("Name");
64+
return tr("name");
6565
case 1:
6666
return tr(u8"");
6767
case 2:

0 commit comments

Comments
 (0)