Skip to content

Commit 6298dc7

Browse files
committed
Wording updated.
1 parent ae6720e commit 6298dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

about_code_tool/about.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def generate_attribution(self, template_path='templates/default.html',
11091109
license_text.append(about_object.license_text())
11101110
else:
11111111
msg = 'About resource: %s - license_text does not exist.'\
1112-
' Attribution generation is skipped.'\
1112+
' License generation is skipped.'\
11131113
% about_object.about_resource_path
11141114
self.genattrib_errors.append(Error(GENATTRIB,\
11151115
'dje_license',\
@@ -1121,13 +1121,13 @@ def generate_attribution(self, template_path='templates/default.html',
11211121
license_text.append(about_object.license_text())
11221122
else:
11231123
msg = 'About resource: %s - license_text does not exist.'\
1124-
' Attribution generation is skipped.'\
1124+
' License generation is skipped.'\
11251125
% about_object.about_resource_path
11261126
self.genattrib_errors.append(Error(GENATTRIB,\
11271127
'license_text',\
11281128
about_object.get_license_text_file_name(), msg))
11291129
else:
1130-
msg = 'No dje_license or license_text is found. Attribution generation is skipped.'
1130+
msg = 'No dje_license or license_text is found. License generation is skipped.'
11311131
self.genattrib_errors.append(Error(GENATTRIB, 'about_resource',\
11321132
about_object.about_resource_path,\
11331133
msg))

0 commit comments

Comments
 (0)