diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-28 21:28:47 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-28 21:28:47 -0400 |
commit | 6a6df9aab79ec44963aa774f8cce63f90824b21c (patch) | |
tree | 9712923a02dd6d1b5818160e797ed9f782b416ee | |
parent | 698d385886fa342f9879c8d85e7f4290e4fa506f (diff) | |
download | guff-6a6df9aab79ec44963aa774f8cce63f90824b21c.tar.bz2 guff-6a6df9aab79ec44963aa774f8cce63f90824b21c.zip |
fix theme tooltip
-rw-r--r-- | data/assets/js/admin/tabs/themes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/assets/js/admin/tabs/themes.js b/data/assets/js/admin/tabs/themes.js index 26170b0..45e0b97 100644 --- a/data/assets/js/admin/tabs/themes.js +++ b/data/assets/js/admin/tabs/themes.js @@ -6,7 +6,7 @@ jQuery(function($) { "<a ", "href='#' ", "class='list-group-item' ", - "title='View details for \"%{theme_name|h}\".' ", + "title='View details for theme \"%{theme_name|h}\".' ", "data-theme_id='%{theme_id|h}' ", "data-q='%{q|h}' ", ">", |