diff options
| author | Jeremy Klein <jlklein@google.com> | 2015-10-23 16:26:09 -0700 | 
|---|---|---|
| committer | Jeremy Klein <jlklein@google.com> | 2015-10-23 16:26:09 -0700 | 
| commit | 3a43542237cca3a30085a33d35af07dc660b777c (patch) | |
| tree | 4e012c6d7b5dc905ce9b48e9f965da7079a20f33 | |
| parent | aa88f6092f912a7852c4ef6439795556a56e3cfa (diff) | |
| download | connectbot-3a43542237cca3a30085a33d35af07dc660b777c.tar.gz connectbot-3a43542237cca3a30085a33d35af07dc660b777c.tar.bz2 connectbot-3a43542237cca3a30085a33d35af07dc660b777c.zip  | |
remove unused strings.
| -rw-r--r-- | app/src/main/res/values/strings.xml | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e5dfeef..34dcb64 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -184,10 +184,6 @@  	<string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string>  	<string name="alert_sdcard_absent">"SD card is not inserted!"</string> -	<!-- Add a new item (e.g., host or pubkey) to the list. --> -	<string name="button_add">"Add"</string> -	<!-- Cancel an action. --> -	<string name="button_cancel">Cancel</string>  	<!-- Change an existing item's (e.g., host or pubkey) details. -->  	<string name="button_change">"Change"</string>  	<!-- Button that resizes the screen to the user-specified dimensions. --> @@ -421,9 +417,6 @@  	<string name="portforward_problem">"Problem creating port forward, maybe you're using ports under 1024 or port is already used?"</string> -	<!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> -	<string name="list_format_error">"Use the format \"%1$s\""</string> -  	<!-- Part of the formatting hints that will be used like: username@hostname:port -->  	<string name="format_username">"username"</string>  	<!-- Part of the formatting hints that will be used like: username@hostname:port -->  | 
