diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-28 01:15:45 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-28 01:15:45 -0400 |
commit | eaa2aa3cefdf2bc544d000048659968acc1afe2a (patch) | |
tree | e309f7e289cfdb247de747d77d26ae145eb1393e | |
parent | 78cd7b6228570594ab8945556b0cfd0e1b731c7c (diff) | |
download | guff-eaa2aa3cefdf2bc544d000048659968acc1afe2a.tar.bz2 guff-eaa2aa3cefdf2bc544d000048659968acc1afe2a.zip |
update admin tooltips
-rw-r--r-- | data/assets/js/admin/tabs/posts.js | 4 | ||||
-rw-r--r-- | src/views/admin/page.ecr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/assets/js/admin/tabs/posts.js b/data/assets/js/admin/tabs/posts.js index 96d3a3c..a1e73c9 100644 --- a/data/assets/js/admin/tabs/posts.js +++ b/data/assets/js/admin/tabs/posts.js @@ -7,7 +7,7 @@ jQuery(function($) { "data-post_id='%{post_id|h}' ", "data-post_type='%{post_type|h}' ", "class='%{css|h}' ", - "title='View item #%{post_id|h}.' ", + "title='Edit post \"%{name|h}\".' ", ">", "<td>", "<i ", @@ -64,7 +64,7 @@ jQuery(function($) { "<a ", "href='%{post_url|h}' ", "class='link' ", - "title='View link \"%{post_url|h}\".' ", + "title='View \"%{post_url|h}\" in a new tab.' ", ">", "%{post_url|h}", "</a>", diff --git a/src/views/admin/page.ecr b/src/views/admin/page.ecr index cd4c09e..c9c8a24 100644 --- a/src/views/admin/page.ecr +++ b/src/views/admin/page.ecr @@ -235,7 +235,7 @@ <th> </th> <th>Name</th> <th>Site</th> - <th>URL / Slug</th> + <th>Slug</th> <th>Author</th> <th>Created</th> <th>Posted</th> |