Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b18e8b2 authored by Danny Baumann's avatar Danny Baumann Committed by Michael Bestas
Browse files

Fix translation of 'contacts' tab title and main menu.

AOSP migrated those items to new strings, but those strings don't have
any translations. Just use the previous string instances instead, which
still exist and have valid translations.

Change-Id: I55d7e5a5bf630e5813d2a2c22888b906b704e3f5
parent 9badc860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public final class BottomNavBar extends LinearLayout {

    speedDial.setup(R.string.tab_title_speed_dial, R.drawable.quantum_ic_star_vd_theme_24);
    callLog.setup(R.string.tab_title_call_history, R.drawable.quantum_ic_access_time_vd_theme_24);
    contacts.setup(R.string.tab_title_contacts, R.drawable.quantum_ic_people_vd_theme_24);
    contacts.setup(R.string.tab_all_contacts, R.drawable.quantum_ic_people_vd_theme_24);
    voicemail.setup(R.string.tab_title_voicemail, R.drawable.quantum_ic_voicemail_vd_theme_24);

    speedDial.setOnClickListener(
+3 −3
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@

  <item
      android:id="@+id/menu_call_history"
      android:title="@string/main_menu_call_history"
      android:title="@string/action_menu_call_history_description"
      app:showAsAction="collapseActionView"/>

  <item
      android:id="@+id/clear_frequents"
      android:title="@string/main_menu_clear_frequents"
      android:title="@string/menu_clear_frequents"
      app:showAsAction="collapseActionView"
      android:visible="false"/>