summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-03-26 15:45:44 +0100
committerJavier <dev.git@javispedro.com>2021-03-26 15:45:44 +0100
commit96577161813cacab5e47975942324feb92166e7c (patch)
treeb5f0455373fa836ad262fbf405fb9a9e7d2068af /app/src/main/res/values/strings.xml
parent4fafdb37fb23d12469cc1ac4b23efe9583f87407 (diff)
downloadrempe-96577161813cacab5e47975942324feb92166e7c.tar.gz
rempe-96577161813cacab5e47975942324feb92166e7c.zip
Support device removal by swiping left/right
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7db9d07..c6832b0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,16 +1,16 @@
<resources>
<string name="app_name">Rempe</string>
- <string name="action_remove_all">Remove all</string>
<string name="action_settings">Settings</string>
- <string name="fab_add_device">Add device...</string>
+ <string name="fab_add_device">Add device…</string>
<string name="add_device_failed">Cannot connect to device: %1$s</string>
<string name="add_device_already">Device already on list</string>
+ <string name="remove_device_done">Device removed</string>
<string name="device_placeholder_name">Device</string>
<string name="device_placeholder_status">Status</string>
- <string name="temperature_nothing">--</string>
+ <string name="temperature_nothing">—</string>
<string name="temperature_celsius">%1$s °C</string>
<string name="last_24h">Last 24h:</string>