[gbrainy] Fixes 750247



commit 2c0a38050d1b5893434505cc75649d06db3f5426
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Thu Jun 4 21:29:18 2015 +0200

    Fixes 750247

 src/Clients/WebForms/Help.aspx |    2 +-
 src/Core/Main/GameTips.cs      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/WebForms/Help.aspx b/src/Clients/WebForms/Help.aspx
index 264d02f..dd17f4a 100644
--- a/src/Clients/WebForms/Help.aspx
+++ b/src/Clients/WebForms/Help.aspx
@@ -70,7 +70,7 @@
        <ul><li>In logic games, elements that may seem irrelevant can be very important.</li></ul>
        <ul><li>Try to approach a problem from different angles.</li></ul>
        <ul><li>Do not be afraid of making mistakes, they are part of the learning process.</li></ul>
-       <ul><li>Do all the problems, even the difficult ones. Improvement comes from challeging 
yourself.</li></ul>
+       <ul><li>Do all the problems, even the difficult ones. Improvement comes from challenging 
yourself.</li></ul>
        <ul><li>Play on a daily basis, you will notice progress soon.</li></ul>
        <ul><li>Association of elements is a common technique for remembering things.</li></ul>
        <ul><li>Grouping elements into categories is a common technique for remembering things.</li></ul>
diff --git a/src/Core/Main/GameTips.cs b/src/Core/Main/GameTips.cs
index 3db95ad..9c82dbd 100644
--- a/src/Core/Main/GameTips.cs
+++ b/src/Core/Main/GameTips.cs
@@ -66,7 +66,7 @@ namespace gbrainy.Core.Main
                        case 4:
                                return Translations.GetString ("Do not be afraid of making mistakes, they are 
part of the learning process.");
                        case 5:
-                               return Translations.GetString ("Do all the problems, even the difficult ones. 
Improvement comes from challeging yourself.");
+                               return Translations.GetString ("Do all the problems, even the difficult ones. 
Improvement comes from challenging yourself.");
                        case 6:
                                return Translations.GetString ("Play on a daily basis, you will notice 
progress soon.");
                        case 7: // Translators: Custom Game Selection is a menu option


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]