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.

View | Details | Raw Unified | Return to bug 227572
Collapse All | Expand All

(-)a/editor.fold.nbui/src/org/netbeans/modules/editor/fold/ui/FoldView.java (-1 / +1 lines)
Lines 184-190 Link Here
184
    
184
    
185
    @NbBundle.Messages({
185
    @NbBundle.Messages({
186
        "# {0} - number of lines",
186
        "# {0} - number of lines",
187
        "FMT_contentSummary={0} line(s)"
187
        "FMT_contentSummary={0} {0,choice,0#lines|1#line|1<lines}"
188
    })
188
    })
189
    private String resolvePlaceholder(String text, int at) {
189
    private String resolvePlaceholder(String text, int at) {
190
        if ((options & 3) == 0) {
190
        if ((options & 3) == 0) {

Return to bug 227572