Hello, This is a request to review the fix for the issue:7024963 Notepad demo: remove non-translatable resources from Notepad.properties file
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7024963
The webrev is http://cr.openjdk.java.net/~alexsch/7024963/webrev.00 The non-translatable properties are moved to the file system.properties.The getProperty() method is used now instead of the getResourceString() where non-translatable resources are used.
Thanks, Alexandr.