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

Commit 75229c66 authored by Michael Bestas's avatar Michael Bestas Committed by Abhisek Devkota
Browse files

Revert "Workaround for AOSP strings missing translations"

This reverts commit b025fbb9.

RM-231
Change-Id: I66f504e268700e4a14768b11d3952b77c06706a1
(cherry picked from commit 11ed4a89)
parent de92c2b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:text="@string/recents_footer_text" />
        android:text="@string/show_call_history" />

</android.support.v7.widget.CardView>
+0 −3
Original line number Diff line number Diff line
@@ -170,9 +170,6 @@
    <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
    <string name="cm_permission_place_call">To place a call, turn on Phone permissions.</string>

    <!-- Label of the button displayed when the call log is empty. Allows the user to make a call. -->
    <string name="recentCalls_empty_action_cm">Make a call</string>

    <!-- Label of the button to view a note from a call log entry with associated DeepLink -->
    <string name="search_shortcut_view_note">View note</string>

+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@
    <string name="search_shortcut_make_video_call">Make video call</string>

    <!-- Title for the call log list item that brings users to the full call history when clicked -->
    <string name="recents_footer_text">View full call history</string>
    <string name="show_call_history">View full call history</string>

    <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
    <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
+1 −1
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ public class CallLogFragment extends Fragment implements CallLogQueryHandler.Lis
        }
        mEmptyListView.setDescription(messageId);
        if (mIsRecentsFragment) {
            mEmptyListView.setActionLabel(R.string.recentCalls_empty_action_cm);
            mEmptyListView.setActionLabel(R.string.recentCalls_empty_action);
        } else {
            mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL);
        }