Skip to content

Commit 93dfd0f

Browse files
committed
docs: rename Shape-Out to DCscope
1 parent 75add7f commit 93dfd0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dcoraid/gui/dbview/filter_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __init__(self, *args, **kwargs):
141141
self.tableWidget.setDragDropMode(
142142
QtWidgets.QAbstractItemView.DragDropMode.DragOnly)
143143
self.label_info.setText("<i>Tip: You can drag and drop your selection "
144-
"from the resources list to Shape-Out!</i>")
144+
"from the resources list to DCscope!</i>")
145145

146146
def get_entry_actions(self, row, entry):
147147
api = get_ckan_api()

dcoraid/img/icon-theme/collect_icons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def find_icons(name, theme):
169169
directories = sorted(set(directories))
170170
fd.write(index.format(directories=",".join(
171171
["dcoraid"] + directories)))
172-
# Shape-Out icons
172+
# DCOR-Aid icons
173173
fd.write(index_item.format(directory="dcoraid", res="16"))
174174
# theme icons
175175
for dd in directories:

0 commit comments

Comments
 (0)