change MyExperiment to lower case m
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/4226a4fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/4226a4fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/4226a4fd Branch: refs/heads/master Commit: 4226a4fdb29be38958b46b932d23df5239468560 Parents: 53870b7 Author: Ian Dunlop <[email protected]> Authored: Thu Aug 11 10:02:38 2016 +0100 Committer: Ian Dunlop <[email protected]> Committed: Thu Aug 11 10:02:38 2016 +0100 ---------------------------------------------------------------------- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/4226a4fd/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 590d1fe..6297496 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,7 +28,7 @@ limitations under the License. <item>Date Last Run</item> </array> <string name="hello_blank_fragment"> About Workflow </string> - <string name="logininfo">MyExperiment Login</string> + <string name="logininfo">myExperiment Login</string> <string name="loginusername">Email or Username</string> <string name="loginpassword">Password</string> <string name="bLogin">Login</string>
