This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 8350d8c97598670a212c5702806b59605a214358 Author: Kevin Morin <morin@codelutin.com> Date: Sat Dec 20 22:11:55 2014 +0100 typo --- .gitignore | 13 +++++++++++++ pom.xml | 2 +- res/values/strings.xml | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2a9c44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/atlassian-ide-plugin.xml +/.idea +/*/.idea +/target +/*/target/ +/*.iml +/*/*.iml +/*.ipr +/*/*.ipr +/*.iws +/*/*.iws +/*~ +/*/*~ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3cd90ec..76d159c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> </parent> <groupId>org.chorem.android</groupId> diff --git a/res/values/strings.xml b/res/values/strings.xml index 6229f51..7418b21 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -36,7 +36,7 @@ <!--ACRA--> <string name="crash_toast_text">Ooooops ! the application crashed, but a report has been sent to my developer to help fix the issue !</string> - <string name="crash_dialog_title">say My Texts has crashed</string> + <string name="crash_dialog_title">Say My Texts has crashed</string> <string name="crash_dialog_text">An unexpected error occurred forcing the application to stop. Please help us fix this by sending us error data, all you have to do is click OK.</string> @@ -46,7 +46,7 @@ <!-- actions --> <string name="ask_next_action">What would you like to do? Call, answer or nothing?</string> <string name="dictate_sms">Dictate your answer</string> - <string name="send_sms_confirmation">You dictated: %s. Would you like to confirm, modify ou cancel?</string> + <string name="send_sms_confirmation">You dictated: %s. Would you like to confirm, modify or cancel?</string> <string name="call_action">call</string> <string name="answer_action">reply</string> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.