Skip to content

Commit 2af3cb1

Browse files
committed
improve error msg about world file (about file not found)
1 parent d6e2ec9 commit 2af3cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sourceCode/application/logic/model/georef/geoRefImagesSetStatus.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)