aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-11 16:08:25 -0700
committerKenny Root <kenny@the-b.org>2015-09-11 16:08:29 -0700
commit3ee07166ee1aa584686b631341cb5dabc32359e5 (patch)
tree2ea8b283a490c3acb355f96f1fc30097c655e158 /app/src/main/res/values/strings.xml
parentc72b30a01295ca0a9a453618f71f55afedd62009 (diff)
downloadconnectbot-3ee07166ee1aa584686b631341cb5dabc32359e5.tar.gz
connectbot-3ee07166ee1aa584686b631341cb5dabc32359e5.tar.bz2
connectbot-3ee07166ee1aa584686b631341cb5dabc32359e5.zip
Add parent activities for all activities
Fixes #41
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c6086da..4820846 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -40,6 +40,10 @@
<string name="title_colors">"Colors"</string>
<!-- Dialog title for color picker dialog -->
<string name="title_color_picker">"Pick a color"</string>
+ <!-- Window title for the global applications settings activity. -->
+ <string name="title_settings">Settings</string>
+ <!-- Window title when generating a new pubkey. -->
+ <string name="title_pubkey_generate">Generate</string>
<string name="resolve_connect">"Connect"</string>
<!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) -->