Commit 5d744066 authored by Mygod's avatar Mygod

Remove untranslatable strings

parent b897e4d0
......@@ -149,7 +149,6 @@
<string name="not_connected">Not connected</string>
<!-- kcp -->
<string name="kcp" translatable="false">KCP</string>
<string name="kcp_summary">Enable Shadowsocks over KCP</string>
<string name="kcp_port">KCP Port</string>
<string name="kcp_port_summary">%d (port number of the remote KCPTUN server)</string>
......
......@@ -72,12 +72,12 @@
</be.mygod.preference.PreferenceCategory>
<be.mygod.preference.PreferenceCategory
android:title="@string/kcp">
android:title="KCP">
<SwitchPreference
android:key="kcp"
android:summary="@string/kcp_summary"
android:title="@string/kcp"/>
android:title="KCP"/>
<be.mygod.preference.NumberPickerPreference
app:min="1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment