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 145073 - Corrections for ruby.javaint bundle.properties
Summary: Corrections for ruby.javaint bundle.properties
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 00:56 UTC by Chris Kutler
Modified: 2008-08-26 17:25 UTC (History)
0 users

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 Chris Kutler 2008-08-26 00:56:54 UTC
OpenIDE-Module-Short-Description= Support for accessing Java Libraries via JRuby in Ruby projects
suggested change to
OpenIDE-Module-Short-Description= Support for accessing Java libraries using JRuby in Ruby projects

OpenIDE-Module-Long-Description=\
    Support for accessing Java Libraries via JRuby in Ruby projects
suggested change to 
OpenIDE-Module-Long-Description=\
    Support for accessing Java libraries using JRuby in Ruby projects

Not sure what to say about Class Path versus Classpath. The tab says JRuby Class Path, so I think we should use Class
path for consistency. There are a lot of entries in this bundle that I don't think we use, so I tried to look at onlly
the ones that I thought we use.

LBL_CustomizeLibraries_LibrariesC_JLabel=Run-&time Libraries:
should be
LBL_CustomizeLibraries_LibrariesC_JLabel=Runtime Libraries:

(Wikipedia says it can be either Runtime or Run Time (the hyphen is not necessary))


LBL_ZipJarFolderFilter=Classpath Entry (folder, ZIP or JAR file)
do we way to say
LBL_ZipJarFolderFilter=Class Path Entry (folder, ZIP or JAR file)
I am not sure. I think the Java side uses Classpath so we might want to be consistent.
Comment 1 Martin Krauskopf 2008-08-26 09:05:58 UTC
> Not sure what to say about Class Path versus Classpath

Classpath is the right one in the Java case. So I've changed them to 's/Class Path/Classpath'.

Thanks for the catches, fixed: #0c0f024cb3cd
Comment 2 Quality Engineering 2008-08-26 17:25:12 UTC
Integrated into 'main-golden', available in build *200808261401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/0c0f024cb3cd
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Fixing bundles as suggested by Chris. Issues #145067, #145073, #145076, #145079.