Community
Participate
Working Groups
Build id: I20110604-2201 In the method: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showMenuButton(MPart, CTabFolder, MMenu) in the following line of code: ti.setToolTipText("View Menu"); //$NON-NLS-1$ the string "View Menu" *should* be NLS'ed. If there is anything that depends on that string, the dependent code should be rewritten.
Created attachment 198715 [details] Localization patch v1 Patch to the externalize the string so that it can be translated.
(In reply to comment #1) > Created attachment 198715 [details] > Localization patch v1 Fix released to CVS HEAD. Thanks for finding this problem, Carolyn!
Verified by source inspection with I20120127-1145 on Windows 7.