smpaine / PortKnocker

This Android application allows people (who are running a port knock daemon) to send TCP or UDP packets to the specified ports. Based off the other app PortKnocking, but faster.
17 stars 2 forks source link

Localization / resource strings #3

Closed fschaefer closed 13 years ago

fschaefer commented 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");

smpaine commented 13 years ago

Thank you for finding those. They are now in strings.xml where they belong.