diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-07 18:48:46 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-07 18:48:46 -0500 |
commit | 2154306fcbbc9e52ff1a2cba88f909df2e2ba13e (patch) | |
tree | 28e7a70bea2dfcaeefa55b4ff197f75e75b0d06d /app/src/main/res/values | |
parent | 4c96e55b495231091ba711952b6a2c1867599ada (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')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
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> |