1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Fix Translates

This commit is contained in:
Awilum
2014-04-27 14:00:20 +04:00
parent fe4caf0802
commit 48b7be3ecc
11 changed files with 65 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
// Add plugin navigation link
Navigation::add(__('Snippets', 'snippets'), 'extends', 'snippets', 3);
Dashboard::addNewItem('snippets', __('Snippets', 'snippet'), 'index.php?id=snippets&action=add_snippet', 3);
Dashboard::addNewItem('snippets', __('Snippets', 'snippets'), 'index.php?id=snippets&action=add_snippet', 3);
/**
* Snippets Admin Class