From 37bcf288046250cf1717d92ab3e7ce2ca5b50f5f Mon Sep 17 00:00:00 2001 From: casey Date: Thu, 23 Jun 2016 22:25:55 -0700 Subject: [PATCH] Updated IndexerLayout with the correct hotkey in the description label. --- src/musikbox/app/layout/IndexerLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musikbox/app/layout/IndexerLayout.cpp b/src/musikbox/app/layout/IndexerLayout.cpp index 2d09a6099..6f415e75c 100755 --- a/src/musikbox/app/layout/IndexerLayout.cpp +++ b/src/musikbox/app/layout/IndexerLayout.cpp @@ -144,7 +144,7 @@ void IndexerLayout::InitializeWindows() { this->browseLabel->SetText("browse (SPACE to add)", TextLabel::AlignLeft); this->addedPathsLabel.reset(new TextLabel()); - this->addedPathsLabel->SetText("indexed paths (DEL to remove)", TextLabel::AlignLeft); + this->addedPathsLabel->SetText("indexed paths (BACKSPACE to remove)", TextLabel::AlignLeft); this->addedPathsList.reset(new cursespp::ListWindow(&this->addedPathsAdapter)); this->addedPathsList->SetContentColor(BOX_COLOR_WHITE_ON_BLACK);