diff options
| author | Kenny Root <kenny@the-b.org> | 2015-03-26 02:46:47 -0700 | 
|---|---|---|
| committer | Kenny Root <kenny@the-b.org> | 2015-03-26 02:46:47 -0700 | 
| commit | 77c46c95ec7901c849fea237c00842fa638d414a (patch) | |
| tree | 10a8f72d432fee81cf63b3cadab2d4358e689ea7 | |
| parent | bb47eeea59dedf2ebc5cf2e12868ea850881dd76 (diff) | |
| parent | 84895bd1344d234d0c5e7a5e20458964fab96493 (diff) | |
| download | connectbot-77c46c95ec7901c849fea237c00842fa638d414a.tar.gz connectbot-77c46c95ec7901c849fea237c00842fa638d414a.tar.bz2 connectbot-77c46c95ec7901c849fea237c00842fa638d414a.zip  | |
Merge branch 'master' into gradle-conversion
| -rw-r--r-- | app/src/main/res/values/strings.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 62e7c3d..552cd05 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,7 +19,10 @@  -->  <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +	<!-- Summary of what ConnectBot is; used as a short description in the Android running apps list -->  	<string name="app_desc">"Simple, powerful, open-source SSH client."</string> + +	<!-- Summary of what the ConnectBot service does; displayed in the Android running apps list -->  	<string name="service_desc">"Maintains SSH connections and loaded pubkeys"</string>  	<!-- Window title for the Host List -->  | 
