Browse Source

Merge pull request #3075 from josch/spelling

some spelling fixes
Ivan Savenko 2 years ago
parent
commit
d295840c64

+ 1 - 1
AI/VCAI/Pathfinding/PathfindingManager.cpp

@@ -238,6 +238,6 @@ Goals::TSubgoal PathfindingManager::clearWayTo(HeroPtr hero, int3 firstTileToGet
 
 void PathfindingManager::updatePaths(std::vector<HeroPtr> heroes)
 {
-	logAi->debug("AIPathfinder has been reseted.");
+	logAi->debug("AIPathfinder has been reset.");
 	pathfinder->updatePaths(heroes);
 }

+ 1 - 1
client/CMT.cpp

@@ -126,7 +126,7 @@ int main(int argc, char * argv[])
 		("spectate-battle-speed", po::value<int>(), "battle animation speed for spectator")
 		("spectate-skip-battle", "skip battles in spectator view")
 		("spectate-skip-battle-result", "skip battle result window")
-		("onlyAI", "allow to run without human player, all players will be default AI")
+		("onlyAI", "allow one to run without human player, all players will be default AI")
 		("headless", "runs without GUI, implies --onlyAI")
 		("ai", po::value<std::vector<std::string>>(), "AI to be used for the player, can be specified several times for the consecutive players")
 		("oneGoodAI", "puts one default AI and the rest will be EmptyAI")

+ 1 - 1
client/gui/InterfaceObjectConfigurable.cpp

@@ -720,7 +720,7 @@ std::shared_ptr<CIntObject> InterfaceObjectConfigurable::buildWidget(JsonNode co
 	//overrides from variables
 	for(auto & item : config["overrides"].Struct())
 	{
-		logGlobal->debug("Config attribute %s was overriden by variable %s", item.first, item.second.String());
+		logGlobal->debug("Config attribute %s was overridden by variable %s", item.first, item.second.String());
 		config[item.first] = variables[item.second.String()];
 	}
 	

+ 1 - 1
mapeditor/mainwindow.cpp

@@ -105,7 +105,7 @@ void MainWindow::parseCommandLine(ExtractionOptions & extractionOptions)
 		{"e", QCoreApplication::translate("main", "Extract original H3 archives into a separate folder.")},
 		{"s", QCoreApplication::translate("main", "From an extracted archive, it Splits TwCrPort, CPRSMALL, FlagPort, ITPA, ITPt, Un32 and Un44 into individual PNG's.")},
 		{"c", QCoreApplication::translate("main", "From an extracted archive, Converts single Images (found in Images folder) from .pcx to png.")},
-		{"d", QCoreApplication::translate("main", "Delete original files, for the ones splitted / converted.")},
+		{"d", QCoreApplication::translate("main", "Delete original files, for the ones split / converted.")},
 		});
 
 	parser.process(qApp->arguments());

+ 1 - 1
mapeditor/translation/english.ts

@@ -1011,7 +1011,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/french.ts

@@ -1015,7 +1015,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Supprimer les fichiers d&apos;origine, pour ceux fractionnés/convertis.</translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/german.ts

@@ -1025,7 +1025,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Löschen Sie die Originaldateien für die gesplitteten/konvertierten Dateien.</translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/polish.ts

@@ -1025,7 +1025,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Usuń oryginalne pliki, dla już rozdzielonych / skonwertowanych.</translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/russian.ts

@@ -1015,7 +1015,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Удалить оригиналы для преобразованных файлов.</translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/spanish.ts

@@ -1015,7 +1015,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Eliminar archivos originales, por los que se han separado / convertido.</translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/ukrainian.ts

@@ -1021,7 +1021,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>

+ 1 - 1
mapeditor/translation/vietnamese.ts

@@ -1011,7 +1011,7 @@
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="107"/>
-        <source>Delete original files, for the ones splitted / converted.</source>
+        <source>Delete original files, for the ones split / converted.</source>
         <translation>Xóa các tập tin gốc đã được phân chia / chuyển đổi.</translation>
     </message>
 </context>