Commit a27336ae authored by Max Lv's avatar Max Lv

Simplify the notification title

parent 0ca3d2c8
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<string name="auto_connect">自动连接</string> <string name="auto_connect">自动连接</string>
<string name="auto_connect_summary">随系统启动后台服务</string> <string name="auto_connect_summary">随系统启动后台服务</string>
<string name="forward_success">后台服务已开始运行。</string> <string name="forward_success">后台服务已开始运行。</string>
<string name="service_running">影梭 → %s</string> <string name="service_running">%s</string>
<string name="service_failed">无法连接远程服务器</string> <string name="service_failed">无法连接远程服务器</string>
<string name="stop">停止服务</string> <string name="stop">停止服务</string>
<string name="stopping">正在关闭……</string> <string name="stopping">正在关闭……</string>
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<!-- notification category --> <!-- notification category -->
<string name="forward_success">Shadowsocks started.</string> <string name="forward_success">Shadowsocks started.</string>
<string name="service_running">Shadowsocks → %s</string> <string name="service_running">%s</string>
<string name="service_failed">Failed to connect the remote server</string> <string name="service_failed">Failed to connect the remote server</string>
<string name="stop">Stop the service</string> <string name="stop">Stop the service</string>
<string name="stopping">Shutting down…</string> <string name="stopping">Shutting down…</string>
......
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