Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Nov 11, 2022
1 parent d59a306 commit 16e3314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilib/src/DatabaseViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3232,7 +3232,7 @@ void DatabaseViewer::regenerateSavedMap()
types.push_back("Default occupancy grid");
types.push_back("From OctoMap projection");
bool ok;
QString type = QInputDialog::getItem(this, tr("Which type?"), tr("Poses:"), types, 0, false, &ok);
QString type = QInputDialog::getItem(this, tr("Which type?"), tr("Type:"), types, 0, false, &ok);
if(!ok)
{
return;
Expand Down

0 comments on commit 16e3314

Please sign in to comment.