|
@@ -128,7 +128,10 @@ def main():
|
|
|
if diff_result_2:
|
|
|
grass.warning(_("Difference between PROJ_UNITS file of packed map "
|
|
|
"and of current location:\n{diff}").format(diff=''.join(diff_result_2)))
|
|
|
- grass.fatal(_("Projection information does not match. Aborting."))
|
|
|
+ grass.fatal(_("Projection of dataset does not appear to match current location."
|
|
|
+ " In case of no significant differences in the projection definitions,"
|
|
|
+ " use the -o flag to ignore them and use"
|
|
|
+ " current location definition."))
|
|
|
|
|
|
# install in $MAPSET
|
|
|
for element in ['cats', 'cell', 'cellhd', 'cell_misc', 'colr', 'fcell', 'hist']:
|