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 212667 - [T13y] String Concatenation
Summary: [T13y] String Concatenation
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 06:55 UTC by Tomas Zezula
Modified: 2012-05-22 16:25 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 Tomas Zezula 2012-05-18 06:55:51 UTC
Bundle:
j2ee.clientproject/org/netbeans/modules/j2ee/clientproject/api/Bundle.properties


Key:

COMMENT_run.jvmargs_3    

Starts with lower case. Merge partial string  or use initial caps if complete.

No opening bracket for ). Add it and merge partial string.

Value:
or test-sys-prop.name=value to set system properties for unit tests):

This a partial string that will be preceded by something else at runtime. Can
the part that complements it be merged with this string so that we can have the
complete string to translate? If not, please provide a screenshot so that we
know how this string is used in the UI. Due to different sentence structures
and word order in languages, we need the complete string to translate.
Comment 1 Tomas Zezula 2012-05-18 06:58:00 UTC
For possible fix see issue #212272
Comment 2 Petr Jiricka 2012-05-18 12:15:31 UTC
Thanks Tomas, fixed using the same approach: http://hg.netbeans.org/web-main/rev/1e306fd74d95
Comment 3 Quality Engineering 2012-05-22 16:25:33 UTC
Integrated into 'main-golden', will be available in build *201205220903* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1e306fd74d95
User: Petr Jiricka <pjiricka@netbeans.org>
Log: #212667 - Translatability issue, string concatenation.