mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
[u] updated to dynamic strings
This commit is contained in:
parent
af39fb9581
commit
fad88ba59f
1 changed files with 2 additions and 2 deletions
|
@ -866,11 +866,11 @@
|
|||
<string name="proxy_enabled_key">proxy_enabled</string>
|
||||
|
||||
<string name="proxy_address_title">Proxy Address</string>
|
||||
<string name="proxy_address_summary">Enter the address of the proxy server.</string>
|
||||
<string name="proxy_address_summary">Current proxy address: %1$s</string>
|
||||
<string name="proxy_address_key">proxy_address</string>
|
||||
|
||||
<string name="proxy_port_title">Proxy Port</string>
|
||||
<string name="proxy_port_summary">Enter the port number of the proxy server.</string>
|
||||
<string name="proxy_port_summary">Current proxy port: %1$s</string>
|
||||
<string name="proxy_port_key">proxy_port</string>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue