mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Fixed translatable string
This commit is contained in:
parent
527912e49b
commit
8b48cf38ce
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue