diff --git a/jce_en.qm b/jce_en.qm
index 997de92..fed56a9 100644
Binary files a/jce_en.qm and b/jce_en.qm differ
diff --git a/jce_en.ts b/jce_en.ts
index 7eb89e4..4db1d16 100644
--- a/jce_en.ts
+++ b/jce_en.ts
@@ -216,6 +216,38 @@
+
+
+
+Insert your username and password correctly
+
+
+
+
+Login and wait for the ball in the status (buttom) bar to become Green
+
+
+
+
+Check the Settings to select your date Interval
+
+
+
+
+Press Courses tab and then press the Add button and wait until courses will be loaded into the table
+
+
+
+
+Change the once of the grade cell and see your average is changing.
+
+
+
+
+Tip: Need to change Date interval? in Courses tab click Clean, then change the date interval then hit the Add button again! :-)
+
+
+
diff --git a/jce_he.qm b/jce_he.qm
index 55f317a..e0f821f 100644
Binary files a/jce_he.qm and b/jce_he.qm differ
diff --git a/jce_he.ts b/jce_he.ts
index 4a4043a..e28c3bd 100644
--- a/jce_he.ts
+++ b/jce_he.ts
@@ -225,6 +225,37 @@
הערות
+
+
+
+הכנס את שם המשתמש והסיסמה כמו שצריך
+
+
+
+
+לחץ התחבר והמתן על שהתוכנה תתחבר, עיגול ירוק למטה
+
+
+
+
+הכנס להגדרות כדי לבחור את טווח הגיליון
+
+
+
+
+לחץ על העמוד של גיליון הציונים ולחץ הוספהת המתן עד שהציונים יופיעו בטבלה
+
+
+
+
+שנה ושחק עם הציונים כדי לראות את הממוצע משתנה
+
+
+
+
+טיפ: רוצה לשנות את תקופת הזמן? לחץ על נקה, ולאחר מכן שנה את תקופת הזמן ולחץ על הוספה שוב! :-)
+
+
diff --git a/main/main.cpp b/main/main.cpp
index bf0abda..96f4be6 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -7,9 +7,8 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QTranslator translator;
- bool is;
- is = translator.load("jce_he.qm", a.applicationDirPath());
- qDebug() << " =============== " << is ;
+ QString locale = QLocale::system().name();
+ translator.load("jce_"+locale , a.applicationDirPath());
a.installTranslator(&translator);
MainScreen w;
w.show();
diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp
index 316a18d..01f5b16 100644
--- a/main/mainscreen.cpp
+++ b/main/mainscreen.cpp
@@ -275,21 +275,12 @@ void MainScreen::on_actionHow_To_triggered()
QMessageBox::information(this,"How To",
"How To.."
"
"
- "
Insert your username and password correctly
"
- "
Login and wait for the ball in the status (buttom) bar to become Green
"
- "
Check Settings to select your date Interval
"
- "
Press Courses tab and then press Add button and wait until courses will be loaded into the table
"
- "
Change the once of the grade cell and see your average is changing.
"
- "
Tip: Need to change Date interval? in Courses tab click Clean, then change the date interval then hit Add again! :-)"
- "
"
- "
הסבר"
- "
"
- "
הכנס את שם המשתמש והסיסמה שלך כנדרש
"
- "
לחץ התחבר והמתן מספר שניות עד להופעת כדור ירוק בתחתית המסך
"
- "
בדוק הגדרות כדי לבדוק את תקופת הזמן אותם תרצה להציג
"
- "
לחץ על Courses ולאחר מכן על כפתור Add והמתן מספר שניות עד להופעת הקורסים בטבלה
"
- "
כעת ניתן לשנות ערכים בתא הציונים ולראות את ממוצע הציונים בהתאם
"
- "
טיפ: רוצה לשנות את תקופת הזמן? לחץ על Clean , ולאחר מכן שנה את תקופת הזמן ולחץ על Add שוב! :-)"
- "