Typo in strings
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/25447d06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/25447d06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/25447d06 Branch: refs/heads/ian_taverna_server Commit: 25447d067db06ca4eb2c805f5f47fbbab8c22b42 Parents: af6dbf7 Author: Ian Dunlop <[email protected]> Authored: Tue Dec 20 16:08:01 2016 +0000 Committer: Ian Dunlop <[email protected]> Committed: Tue Dec 20 16:08:01 2016 +0000 ---------------------------------------------------------------------- app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/25447d06/app/src/main/res/values/strings.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b21a05..c82f729 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -105,8 +105,7 @@ limitations under the License. The Apache Software Foundation, Licensed under the Apache License, Version 2.0. </string> <string name="about2">View, run and download workflows on your Android mobile device.</string> - <string name="about3">Originally developed during Google Summer of Code 2015 for the<a - href="http://taverna.incubator.apache.org">Apache Taverna project</a>. + <string name="about3">Originally developed during Google Summer of Code 2015 for the <a href="http://taverna.incubator.apache.org">Apache Taverna project</a>. </string> <string name="playerconfig">Configure Player Account</string> <string name="playerconfig_summary">Username used to login to Taverna player portal</string> @@ -181,7 +180,7 @@ limitations under the License. <string name="uploading_workflow_lable">Uploading Workflow</string> <string name="please_wait">Please Wait ...</string> <string name="headline_taverna_player_portal_login">Taverna Player Portal Login</string> - <string name="headline_taverna_server_login">Taverna Server Login</string> + <string name="headline_taverna_server_login">Create Workflow Run</string> <string name="button_text_login">Login</string> @@ -214,5 +213,6 @@ limitations under the License. <string name="title_nav_about">About</string> <string name="title_nav_my_workflows">My Workflows</string> <string name="title_nav_os_licences">Licence info</string> + <string name="header_taverna_server_inputs">Workflow Inputs</string> <!-- Strings related to Settings --> </resources>
