aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values
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
commit0d6a88874a2984843d05d76364e9bcc73b28e24c (patch)
tree28e7a70bea2dfcaeefa55b4ff197f75e75b0d06d /app/src/main/res/values
parentProfileActivity: Make local variables final (diff)
downloadwireguard-android-0d6a88874a2984843d05d76364e9bcc73b28e24c.tar.xz
wireguard-android-0d6a88874a2984843d05d76364e9bcc73b28e24c.zip
PlaceholderFragment: Simple fragment that shows a message
This is used for the detail pane when no profile is selected.
Diffstat (limited to 'app/src/main/res/values')
-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>