diff options
Diffstat (limited to 'app/Controller/NoteController.php')
| -rw-r--r-- | app/Controller/NoteController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/NoteController.php b/app/Controller/NoteController.php index b04ae6b3c5..d1713d35e9 100644 --- a/app/Controller/NoteController.php +++ b/app/Controller/NoteController.php @@ -53,7 +53,7 @@ class NoteController extends GedcomRecordController { // add to favorites if (Module::getModuleByName('user_favorites')) { $menu->addSubmenu(new Menu( - /* I18N: Menu option. Add [the current page] to the list of favorites */ I18N::translate('Add to favorites'), + /* I18N: Menu option. Add [the current page] to the list of favorites */ I18N::translate('Add to favorites'), '#', 'menu-note-addfav', array( |
