Closed fschaefer closed 13 years ago
There are hardcoded strings, not translatable by strings.xml:
src/com/smpaine/portknocker/PortEdit.java:34: this.setTitle("Add/Edit Port"); src/com/smpaine/portknocker/HostEdit.java:30: this.setTitle("Add/Edit a host");
Thank you for finding those. They are now in strings.xml where they belong.
There are hardcoded strings, not translatable by strings.xml:
src/com/smpaine/portknocker/PortEdit.java:34: this.setTitle("Add/Edit Port"); src/com/smpaine/portknocker/HostEdit.java:30: this.setTitle("Add/Edit a host");