From 7d87c23620f9346447d7306b90c5bd0fa9844e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Jul 2019 14:55:24 +0200 Subject: [PATCH] tdeiso_info: Fix incorrect tool description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 114ecc82832fd27772ca0a3d0532119cd76b6c86) --- tdeioslave/iso/tdeiso_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeioslave/iso/tdeiso_info.cpp b/tdeioslave/iso/tdeiso_info.cpp index e12f89ebc..4b9bbee6f 100644 --- a/tdeioslave/iso/tdeiso_info.cpp +++ b/tdeioslave/iso/tdeiso_info.cpp @@ -47,7 +47,7 @@ static const TDECmdLineOptions options[] = int main(int argc, char *argv[]) { - TDEAboutData aboutData( "tdeldapmanager", I18N_NOOP("Kerberos Realm Manager"), + TDEAboutData aboutData( "tdeiso_info", I18N_NOOP("TDE ISO information utility"), version, description, TDEAboutData::License_GPL, "(c) 2013, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");