diff options
author | LuK1337 <priv.luk@gmail.com> | 2023-02-01 17:37:03 +0100 |
---|---|---|
committer | LuK1337 <priv.luk@gmail.com> | 2023-02-01 18:03:44 +0100 |
commit | cc51ebb5279c57325983f170ebbcbc8ea8056f9f (patch) | |
tree | 67ef2354f8b1c83edcb75f2972ce608c5ba9b8b4 | |
parent | d2bb8408a3f2c1772fb1f54bb88a55e40da85dc6 (diff) |
Aperture: Remove unused string
It appears that this string was never used.
Change-Id: I1698c7557a6ee4d48e8ead04422cfd3050d2ce9c
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5a3c0d8..047c2a3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,7 +19,6 @@ <string name="photo_mode_button_description">Switch to photo mode</string> <string name="pro_button_description">Pro settings</string> <string name="qr_mode_button_description">Switch to QR scanner mode</string> - <string name="settings_back_button_description">Go back to camera mode</string> <string name="shutter_button_description">Shutter</string> <string name="video_mode_button_description">Switch to video mode</string> <string name="video_recording_state_button_description">Pause/resume video recording</string> |