Change description in live now tab
This commit is contained in:
parent
900e899101
commit
2f4ed4a311
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
android:layout_marginBottom="@dimen/action_bar_descr_bottom_margin"
|
||||
android:paddingLeft="@dimen/content_padding_standard"
|
||||
android:paddingRight="@dimen/content_padding_standard"
|
||||
android:text="@string/set_time_description"
|
||||
android:text="@string/live_now_description"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:textSize="@dimen/descr_text_size" />
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<resources>
|
||||
<string name="live_now_description">Contacts and groups who share their location with you.</string>
|
||||
<string name="logout_from_osmand_telegram_descr">Are you sure you want to log out of OsmAnd Telegram? After that, you will not be able to send your position and see the locations of your contacts on the map in OsmAnd.</string>
|
||||
<string name="logout_from_osmand_telegram">Logout from OsmAnd Telegram?</string>
|
||||
<string name="shared_string_name">Name</string>
|
||||
|
|
Loading…
Reference in a new issue