This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100174 - Typo in some UI messages (Bundle.properties)
Summary: Typo in some UI messages (Bundle.properties)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 02:00 UTC by Will Zhang
Modified: 2007-04-10 11:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Zhang 2007-04-06 02:00:49 UTC
There are some typos in UI messages (Bundle.properties)
-----
cnd/core/src/org/netbeans/modules/cnd/ui/options/Bundle.properties
    ACSD_CppCommand=The path or name of he C++ compiler to use
    :he -> the

-----
cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/Bundle.properties
    ERR_MissingCompilerSet=This project was previously built with the {0} 
compiler collection. This compiler collection\
is not in your current path. Either change compiler sets or update your path.
    :miss a space between "collection" and "\"

-----
cnd/discovery/src/org/netbeans/modules/cnd/discovery/wizard/Bundle.properties
    ExcludeInstructionText=IDE detects source and header files that are not 
used in project. \
 By default IDE suggest to include this files. \
 \nYou can select folders/files to be excluded from project. \
 Source and header files are not marked are supposed to be included in project.
    :this files -> these files

-----
cnd/discovery/src/org/netbeans/modules/cnd/discovery/wizard/Bundle.properties
    BuildActionsInstructions=Discovery system search for object files that was 
compiled with flags\:\n-g3 -gdwarf-2\nProject configuration is based on that 
files.\n\n
    :that files -> those files
Comment 1 Alexander Simon 2007-04-06 07:54:06 UTC
fixed discovery typo:
IZ#100174:Typo in some UI messages (Bundle.properties)

CVS log:

Checking in Bundle.properties;
/shared/data/ccvs/repository/cnd/discovery/src/org/netbeans/modules/cnd/discovery/wizard/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.2.13; previous revision: 1.1.2.12
done
Comment 2 Jesse Grodnik 2007-04-06 22:23:56 UTC
Typos such as these need to be fixed for FCS. Hence upgrading this defect to P2.
Comment 3 _ gordonp 2007-04-09 18:03:13 UTC
Fixed to cnd/core and cnd/makeproject typos.
Comment 4 Vladimir Kvashin 2007-04-10 11:12:23 UTC
Fixed by Alexander and Gordon.