summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index 91153099ea..71892e2f33 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -183,8 +183,8 @@ class LayersTable(ToasterTable):
183 static_data_name="dependencies", 183 static_data_name="dependencies",
184 static_data_template=deps_template) 184 static_data_template=deps_template)
185 185
186 self.add_column(title="Add | Delete", 186 self.add_column(title="Add | Remove",
187 help_text="Add or delete layers to / from your project", 187 help_text="Add or remove layers to / from your project",
188 hideable=False, 188 hideable=False,
189 filter_name="in_current_project", 189 filter_name="in_current_project",
190 static_data_name="add-del-layers", 190 static_data_name="add-del-layers",