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 | 0d6a88874a2984843d05d76364e9bcc73b28e24c (patch) | |
tree | 28e7a70bea2dfcaeefa55b4ff197f75e75b0d06d /app/src/main/res/values/strings.xml | |
parent | 141e1f431e435fe84dde561114978e4cfe3b1448 (diff) |
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/strings.xml')
-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> |