Skip to content

Commit 64378ac

Browse files
committed
adjust msg error (typo fix)
1 parent 1f6dbf2 commit 64378ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceCode/application/logic/model/ApplicationModel_routesetPart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ S_e_geoRefImagesSetStatus ApplicationModel::routesetEditionFunction_compareCurre
634634
segeoRefImageSetStatus_routeSetEdition._eiSSgTFW_reducedToBigCases = e_iSS_geoTFWData_rTBC_notAvailable_anonymizedReason;
635635
segeoRefImageSetStatus_routeSetEdition._eiSSgTFW_allStatusCase = e_iSS_geoTFWData_notAvailable_unsyncTFWData;
636636
sboolAndStrMsgStatusAbout_geoRefImageSetStatus._bWorldFileData_available = false;
637-
sboolAndStrMsgStatusAbout_geoRefImageSetStatus._strMsgAboutWorldFileData_errorDetails = "The world file Data of the selected image is different";
637+
sboolAndStrMsgStatusAbout_geoRefImageSetStatus._strMsgAboutWorldFileData_errorDetails = "The world file data of the selected image is different";
638638
return(segeoRefImageSetStatus_routeSetEdition);
639639
}
640640
}

0 commit comments

Comments
 (0)