summaryrefslogtreecommitdiffstats
path: root/library/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/res/values/strings.xml')
-rw-r--r--library/main/res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/library/main/res/values/strings.xml b/library/main/res/values/strings.xml
index df30031..9436690 100644
--- a/library/main/res/values/strings.xml
+++ b/library/main/res/values/strings.xml
@@ -16,9 +16,12 @@
-->
<resources>
- <!-- Button for going to the next screen or step [CHAR LIMIT=40] -->
+ <!-- Button for going to the next screen or step [CHAR LIMIT=20] -->
<string name="suw_next_button_label">Next</string>
- <!-- Button for going to the previous screen or step [CHAR LIMIT=40] -->
+ <!-- Button for going to the previous screen or step [CHAR LIMIT=20] -->
<string name="suw_back_button_label">Back</string>
+
+ <!-- Button for scrolling down to reveal more content on the screen [CHAR LIMIT=20] -->
+ <string name="suw_more_button_label">More</string>
</resources>