Skip to content
Snippets Groups Projects
Commit a531aa96 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1844198 by mgifford: wording of unimportant columns doesn't describe functionality

parent cbd01844
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
this.table = table;
this.$table = $(table);
this.showText = Drupal.t('Show all columns');
this.hideText = Drupal.t('Hide unimportant columns');
this.hideText = Drupal.t('Hide lower priority columns');
// Store a reference to the header elements of the table so that the DOM is
// traversed only once to find them.
this.$headers = this.$table.find('th');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment