1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-16 16:44:53 +02:00

Fixed translatable string

This commit is contained in:
vanitasvitae 2016-11-08 21:04:01 +01:00
parent 527912e49b
commit 8b48cf38ce
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615

View file

@ -16,7 +16,7 @@
<string name="fragment_debug__pod_profile_url">Pod Domain: %1$s</string> <string name="fragment_debug__pod_profile_url">Pod Domain: %1$s</string>
<string name="fragment_debug__toast_log_copied">Debug log copied to clipboard</string> <string name="fragment_debug__toast_log_copied">Debug log copied to clipboard</string>
<string name="fragment_about__about">@string/diaspora_for_android</string> <string name="fragment_about__about" translatable="false">@string/diaspora_for_android</string>
<string name="fragment_about__about_text">DiasporaForAndroid is your companion app for browsing the Diaspora social network. It adds features like useful toolbars and support for proxy servers like the Tor Network to your social experience.</string> <string name="fragment_about__about_text">DiasporaForAndroid is your companion app for browsing the Diaspora social network. It adds features like useful toolbars and support for proxy servers like the Tor Network to your social experience.</string>
<string name="fragment_about__contribute">Contribute Code!</string> <string name="fragment_about__contribute">Contribute Code!</string>