From 232c4d3037b9b7a09f01819f40e52a936b062fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Oct 2018 14:19:14 +0200 Subject: [PATCH] card-helpers.inc: Choose a more generic title for SelectDeployedFile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- scripts/include/card-helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/include/card-helpers.inc b/scripts/include/card-helpers.inc index 0144bbf..0d68092 100644 --- a/scripts/include/card-helpers.inc +++ b/scripts/include/card-helpers.inc @@ -108,7 +108,7 @@ SelectDeployedFile() { ErrorOut "No files found in ${OeTmpDir}-\* matching $FindString" fi - dialog --title 'Select rootfs'\ + dialog --title 'Select file to write'\ --menu 'Move using [UP] [DOWN],[Enter] to select' 30 100 $iCount\ ${strSelection}\ 2>"$base_tempdir/menuitem.$$"