From aa3315c954f29d9193fa2543ebc449bce0fc6d95 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 19 Jun 2013 16:41:42 -0400 Subject: [PATCH] Bug 410637 - Duplicate string ID found in autotools plugin.properties. - Fix libexecdir tool tip message to have .tip suffix. Change-Id: If44d5623d025ea9ced32235255c3d2c43baec103 Reviewed-on: https://git.eclipse.org/r/14419 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.core/plugin.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.core/plugin.properties b/build/org.eclipse.cdt.autotools.core/plugin.properties index ee71b8e0baa..01a486842f2 100644 --- a/build/org.eclipse.cdt.autotools.core/plugin.properties +++ b/build/org.eclipse.cdt.autotools.core/plugin.properties @@ -116,7 +116,7 @@ Option.configure.localstatedir.tip=Place where modifiable single-machine data is Option.configure.sharedstatedir=Modifiable architecture-independent data directory (--sharedstatedir) Option.configure.sharedstatedir.tip=Place where modifiable architecture-independent data is installed [PREFIX/com] Option.configure.libexecdir=Program executable directory (--libexecdir) -Option.configure.libexecdir=Place where program executables will be installed [EPREFIX/libexec] +Option.configure.libexecdir.tip=Place where program executables will be installed [EPREFIX/libexec] Option.configure.oldincludedir=Non-gcc C header file directory (--oldincludedir) Option.configure.oldincludedir.tip=Place where non-gcc C header files are installed [/usr/include] @@ -180,4 +180,4 @@ AutogenScript.name=Autogen Script AutotoolsProblemMarker.name=Configure Problem AutotoolsErrorParser.name=Autotools Error Parser -AutoconfErrorParser.name=Autoconf Error Parser \ No newline at end of file +AutoconfErrorParser.name=Autoconf Error Parser