summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-07 18:48:46 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-07 18:48:46 -0500
commit2154306fcbbc9e52ff1a2cba88f909df2e2ba13e (patch)
tree28e7a70bea2dfcaeefa55b4ff197f75e75b0d06d /app/src/main/res/values/strings.xml
parent4c96e55b495231091ba711952b6a2c1867599ada (diff)
PlaceholderFragment: Simple fragment that shows a message
This is used for the detail pane when no profile is selected. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 7b581b9a..cbedef43 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -3,5 +3,6 @@
<string name="app_name">WireGuard</string>
<string name="connected">Connected</string>
<string name="disconnected">Disconnected</string>
+ <string name="placeholder_text">No profile selected.</string>
<string name="settings">Settings</string>
</resources>