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 119163 - I18N - 2 lines in keymap options not from bundle file
Summary: I18N - 2 lines in keymap options not from bundle file
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-17 02:06 UTC by Ken Frank
Modified: 2007-11-05 13:40 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 Ken Frank 2007-10-17 02:06:54 UTC
in keymap options pane, under Other cagegory, are 2 lines that show
as not translatable words like other parts of keymap, but as
complete-line
complete-line-newline

I don't think they are in bundle file, but if are in bundle then they should be there
as translatable words.
Comment 1 Vitezslav Stejskal 2007-10-17 13:59:02 UTC
Tim please review the fix. Generally editor actions have to have a display name even though most of the time they are
not visible anywhere in the UI. We use SHORT_DESCRIPTION to add one, since NAME is the action's unique id.

Checking in InsertSemicolonAction.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/InsertSemicolonAction.java,v  <--  InsertSemicolonAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties,v  <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Comment 2 Ken Frank 2007-10-20 17:29:14 UTC
verified.