Skip to content

Commit

Permalink
Merge pull request #39 from quincunx/master
Browse files Browse the repository at this point in the history
Regroup checkboxes and update punctuation.
  • Loading branch information
jp-bennett authored Sep 14, 2016
2 parents 3eca3be + 6354aa6 commit 22f5b9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
android:text="@string/config_nfc"
/>
<CheckBox
android:id="@+id/chkb_dns"
android:id="@+id/chkb_notification"
android:textSize="20sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/config_dns"
android:text="@string/config_notification"
/>
<CheckBox
android:id="@+id/chkb_notification"
android:id="@+id/chkb_dns"
android:textSize="20sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/config_notification"
android:text="@string/config_dns"
/>
<TextView
android:id="@+id/myip_url_txt"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@
<string name="config_Aports">Access Ports:</string>
<string name="config_Ftimeout">Firewall Timeout:</string>
<string name="config_Reknock">Keep open:</string>
<string name="config_notification">Show timeout notification:</string>
<string name="config_notification">Show timeout notification.</string>
<string name="config_InternalIP">Internal IP:</string>
<string name="config_internal_port">Internal Port:</string>
<string name="config_cmd">Server Command:</string>
<string name="config_ssh_app">Run External App:</string>
<string name="config_ssh_uri">User@address:port</string>
<string name="config_ovpn_uri">ovpn config name</string>
<string name="config_http_url">Http or https address to query to find our IP:</string>
<string name="config_dns">Try to retrieve our ip using dns first.</string>
<string name="config_dns">Try to retrieve our IP using dns first.</string>
<string name="config_button_save">Save settings</string>
<string name="configure">Configure</string>
<string name="config_button_default">Default</string>
Expand Down

0 comments on commit 22f5b9b

Please sign in to comment.