diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-30 22:54:56 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-30 22:54:56 -0700 |
commit | c849913fba3f5b692309570415f85e9bdb8cceeb (patch) | |
tree | 6f088be443dd2f272c764fcdc18319fda7864414 /res/values | |
parent | dc10be031f58a334dbf67c8a904d03e302304d42 (diff) |
Beginnings of a Dashboard Activity
Matching layout and menu XML
And don't forget strings
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 87b395cb..606cb3bb 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -255,5 +255,7 @@ <string name="state_nonetwork">Waiting for usable network</string> <string name="menu_settings">Settings</string> <string name="title_activity_dashboard">LEAP Dashboard</string> + <string name="provider_label">Provider:</string> + <string name="provider_label_none">No provider configured</string> </resources>
\ No newline at end of file |