From 16e3314e642dc758d47f904b3009bf45dedae171 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Fri, 11 Nov 2022 14:45:33 -0800 Subject: [PATCH] :lipstick: --- guilib/src/DatabaseViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guilib/src/DatabaseViewer.cpp b/guilib/src/DatabaseViewer.cpp index 07597ddcac..95ef336f8d 100644 --- a/guilib/src/DatabaseViewer.cpp +++ b/guilib/src/DatabaseViewer.cpp @@ -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;