Переглянути джерело

Few typing corrections and translations

Cristian 3 роки тому
батько
коміт
6938299b72

+ 2 - 2
code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp

@@ -109,7 +109,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
         return false;
 
     fgets(zw, 1024, pFile);
-    printf("Read Zeile Prevalue.ini: %s", zw);
+    printf("Read line Prevalue.ini: %s", zw);
     zwtime = trim(std::string(zw));
     if (zwtime.length() == 0)
         return false;
@@ -160,7 +160,7 @@ bool ClassFlowPostProcessing::LoadPreValue(void)
                 _done = true;
             else
             {
-                printf("Read Zeile Prevalue.ini: %s", zw);
+                printf("Read line Prevalue.ini: %s", zw);
                 zerlegt = HelperZerlegeZeile(trim(std::string(zw)), "\t");
                 if (zerlegt.size() > 1)
                 {

+ 3 - 3
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="6cd52a3";
+const char* GIT_REV="01337dd";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="master";
-const char* BUILD_TIME="2022-09-21 07:51";
+const char* GIT_BRANCH="texts-typing-corrections";
+const char* BUILD_TIME="2022-09-21 19:55";

+ 3 - 3
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="6cd52a3";
+const char* GIT_REV="01337dd";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="master";
-const char* BUILD_TIME="2022-09-21 07:51";
+const char* GIT_BRANCH="texts-typing-corrections";
+const char* BUILD_TIME="2022-09-21 19:55";