aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-20 21:33:05 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-20 21:33:05 +0200
commit7522116b70b0390b0c91723ace9cdee927c4ea73 (patch)
treedec3d0c8ad579b34e07d86edf46c34bd0cac43b0 /src/main/res/values
parent5bb746de733ee40703cea2e3faf013e74a78cee1 (diff)
show snackbar for remote server timeout in mucs
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index a00750708..0016bb5d5 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -833,5 +833,6 @@
<string name="delete_file_dialog">Delete file</string>
<string name="delete_file_dialog_msg">Are you sure you want to delete this file?\n\n<b>Warning:</b> This will not delete copies of this file that are stored on other devices or servers. </string>
<string name="cancelled">cancelled</string>
+ <string name="remote_server_timeout">Remote server timeout</string>
</resources>