commit e88c84aac1a2b9dc37f6d5ccf14c048a9ce81c52 Author: n8fr8 nathan@guardianproject.info Date: Fri Nov 20 11:00:48 2020 -0500
remove quotes from string --- orbotservice/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/src/main/res/values/strings.xml b/orbotservice/src/main/res/values/strings.xml index c1d5e1dc..4d1a65b9 100644 --- a/orbotservice/src/main/res/values/strings.xml +++ b/orbotservice/src/main/res/values/strings.xml @@ -21,5 +21,5 @@
<string name="menu_new_identity">New Identity</string> <string name="waiting_for_control_port">Waiting for control port...</string> - <string name="connecting_to_control_port">"Connecting to control port: "</string> + <string name="connecting_to_control_port">Connecting to control port:</string> </resources>
tor-commits@lists.torproject.org