mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 410637 - Duplicate string ID found in autotools plugin.properties.
- Fix libexecdir tool tip message to have .tip suffix. Change-Id: If4d42f9d8d616bd2bc834834c7724b69230d4259 Reviewed-on: https://git.eclipse.org/r/13932 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
parent
4c2d51b615
commit
83752e91cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
AutoconfErrorParser.name=Autoconf Error Parser
|
||||
|
|
Loading…
Add table
Reference in a new issue