mirror of
https://github.com/etesync/android
synced 2025-01-23 06:01:01 +00:00
Account screen: Use translatable strings for the titles
This commit is contained in:
parent
b9b930939f
commit
afcb00e4f1
@ -39,7 +39,7 @@
|
||||
android:theme="@style/toolbar_theme"
|
||||
style="@style/toolbar_style"
|
||||
app:navigationIcon="@drawable/ic_people_light"
|
||||
app:title="Contacts"
|
||||
app:title="@string/settings_carddav"
|
||||
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
||||
|
||||
<ProgressBar
|
||||
@ -79,7 +79,7 @@
|
||||
android:theme="@style/toolbar_theme"
|
||||
style="@style/toolbar_style"
|
||||
app:navigationIcon="@drawable/ic_event_light"
|
||||
app:title="Calendar"
|
||||
app:title="@string/settings_caldav"
|
||||
android:elevation="2dp" tools:ignore="UnusedAttribute"/>
|
||||
|
||||
<ProgressBar
|
||||
|
Loading…
Reference in New Issue
Block a user