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

Commit 06c06b29 authored by Aaron Heuckroth's avatar Aaron Heuckroth
Browse files

Change bug report string and remove status text (build number).

Test: Automated tests pass. Bug report item in Global Actions says "Bug report" instead of "Report a bug".
Change-Id: I26360ecc0c74df5dcaee0df619942aa0fb0414f2

Fixes: 126444851
parent d5bd5f47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -525,8 +525,8 @@
    <!-- label for screenshot item in power menu -->
    <string name="global_action_screenshot">Screenshot</string>

    <!-- Take bug report menu title [CHAR LIMIT=NONE] -->
    <string name="bugreport_title">Take bug report</string>
    <!-- Take bug report menu title [CHAR LIMIT=20] -->
    <string name="bugreport_title">Bug report</string>
    <!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
    <!-- TODO: remove if not used anymore -->
    <string name="bugreport_message">This will collect information about your
+0 −9
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ import android.graphics.Point;
import android.graphics.drawable.Drawable;
import android.media.AudioManager;
import android.net.ConnectivityManager;
import android.os.Build;
import android.os.Handler;
import android.os.Message;
import android.os.RemoteException;
@@ -635,14 +634,6 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
        public boolean showBeforeProvisioning() {
            return false;
        }

        @Override
        public String getStatus() {
            return mContext.getString(
                    R.string.bugreport_status,
                    Build.VERSION.RELEASE,
                    Build.ID);
        }
    }

    private final class LogoutAction extends SinglePressAction {