Merge commit '20c9fc5f' into traffic-2025072304

# Conflicts:
#	android/app/src/main/res/xml/prefs_main.xml
#	qt/CMakeLists.txt
This commit is contained in:
mvglasow
2025-07-28 18:27:49 +03:00
3129 changed files with 108805 additions and 125926 deletions

View File

@@ -648,7 +648,7 @@ void MainWindow::OnUploadEditsMenuItem()
{
auto & editor = osm::Editor::Instance();
if (editor.HaveMapEditsOrNotesToUpload())
editor.UploadChanges(token, {{"created_by", "Organic Maps " OMIM_OS_NAME}});
editor.UploadChanges(token, {{"created_by", "CoMaps " OMIM_OS_NAME}});
}
}