summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-03-31 15:17:49 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-03-31 15:17:49 -0700
commite0c8b1ae6ab90aef623d8458572462ab3af0aeba (patch)
tree7a457bce4268d86e85346699d29041c5063bcd34 /app/src/main/res
parent8ed1d40bfdd954b17a9d7141f7198f58521e96fa (diff)
Warn on plugged in
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ec44fc3..5976dcd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -11,6 +11,7 @@
<string name="copied">Copied to clipboard</string>
<string name="snackbar_intent_failed">Could not handle this action</string>
+ <string name="snackbar_plugged_in">Buoy will take effect when device is unplugged</string>
<string name="developer_url">https://www.github.com/tytydraco</string>
<string name="source_url">https://www.github.com/tytydraco/Buoy</string>