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

Commit 11ed4a89 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "Workaround for AOSP strings missing translations"

This reverts commit b025fbb9.

Change-Id: I66f504e268700e4a14768b11d3952b77c06706a1
parent fe086be1
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
@@ -469,7 +469,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);
        }