File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sourceCode/application/logic/model/georef Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ void routesetEditionFunction_updateGeoRefImageSetStatus_TFWDataPart(
143143 break ;
144144
145145 case e_iSS_geoTFWData_rTBC_notAvailable_noneFound:
146- sbaStrMsg_gRIS_routeSetEdition._strMsgAboutWorldFileData += " no file found" ;
147- sbaStrMsg_gRIS_routeSetEdition._strMsgAboutWorldFileData_errorDetails = " World file data file for image not found or failed to load" ;
146+ sbaStrMsg_gRIS_routeSetEdition._strMsgAboutWorldFileData += " file not found" ;
147+ sbaStrMsg_gRIS_routeSetEdition._strMsgAboutWorldFileData_errorDetails = " World file for image not found or failed to load" ;
148148 break ;
149149
150150 // should never happen:
@@ -209,7 +209,7 @@ void projectEditionFunction_updateGeoRefImageSetStatus_TFWDataPart(
209209 break ;
210210
211211 case e_iSS_geoTFWData_rTBC_notAvailable_noneFound:
212- sbaStrMsg_gRIS_projectEdition._strMsgAboutWorldFileData += " no file found" ;
212+ sbaStrMsg_gRIS_projectEdition._strMsgAboutWorldFileData += " file not found" ;
213213 sbaStrMsg_gRIS_projectEdition._strMsgAboutWorldFileData_errorDetails = " World file data file for image not found or failed to load" ;
214214 break ;
215215
You can’t perform that action at this time.
0 commit comments