diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-11-02 19:44:28 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-11-02 19:44:28 +0000 |
| commit | 555d08f10c2efeff96db129c71fec27ee3447041 (patch) | |
| tree | f199ba238d33db268b8aac42923f0feb1ca09191 /library | |
| parent | 63305f287275a2881dcb22a0fda10f3924ff5f4c (diff) | |
| download | webtrees-555d08f10c2efeff96db129c71fec27ee3447041.tar.gz webtrees-555d08f10c2efeff96db129c71fec27ee3447041.tar.bz2 webtrees-555d08f10c2efeff96db129c71fec27ee3447041.zip | |
fix typo
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Controller/Individual.php | 2 | ||||
| -rw-r--r-- | library/WT/Controller/Media.php | 2 | ||||
| -rw-r--r-- | library/WT/Controller/Note.php | 2 | ||||
| -rw-r--r-- | library/WT/Controller/Repository.php | 2 | ||||
| -rw-r--r-- | library/WT/Controller/Source.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php index cf06711968..1d4f32d578 100644 --- a/library/WT/Controller/Individual.php +++ b/library/WT/Controller/Individual.php @@ -420,7 +420,7 @@ class WT_Controller_Individual extends WT_Controller_Base { $submenu = new WT_Menu( /* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'), '#', - 'menu-fam-addfav' + 'menu-indi-addfav' ); $submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->indi->getXref()."'},function(){location.reload();})"); $submenu->addIcon('favorites'); diff --git a/library/WT/Controller/Media.php b/library/WT/Controller/Media.php index a6be999ce7..0068bc9f85 100644 --- a/library/WT/Controller/Media.php +++ b/library/WT/Controller/Media.php @@ -213,7 +213,7 @@ class WT_Controller_Media extends WT_Controller_Base { $submenu = new WT_Menu( /* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'), '#', - 'menu-fam-addfav' + 'menu-obje-addfav' ); $submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->mediaobject->getXref()."'},function(){location.reload();})"); $submenu->addIcon('favorites'); diff --git a/library/WT/Controller/Note.php b/library/WT/Controller/Note.php index 32aea02437..71082f94c8 100644 --- a/library/WT/Controller/Note.php +++ b/library/WT/Controller/Note.php @@ -136,7 +136,7 @@ class WT_Controller_Note extends WT_Controller_Base { $submenu = new WT_Menu( /* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'), '#', - 'menu-fam-addfav' + 'menu-note-addfav' ); $submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->note->getXref()."'},function(){location.reload();})"); $submenu->addIcon('favorites'); diff --git a/library/WT/Controller/Repository.php b/library/WT/Controller/Repository.php index 3adb484803..171ceee1d5 100644 --- a/library/WT/Controller/Repository.php +++ b/library/WT/Controller/Repository.php @@ -136,7 +136,7 @@ class WT_Controller_Repository extends WT_Controller_Base { $submenu = new WT_Menu( /* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'), '#', - 'menu-fam-addfav' + 'menu-repo-addfav' ); $submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->repository->getXref()."'},function(){location.reload();})"); $submenu->addIcon('favorites'); diff --git a/library/WT/Controller/Source.php b/library/WT/Controller/Source.php index bf8196cf69..3856bb4740 100644 --- a/library/WT/Controller/Source.php +++ b/library/WT/Controller/Source.php @@ -136,7 +136,7 @@ class WT_Controller_Source extends WT_Controller_Base { $submenu = new WT_Menu( /* I18N: Menu option. Add [the current page] to the list of favorites */ WT_I18N::translate('Add to favorites'), '#', - 'menu-fam-addfav' + 'menu-sour-addfav' ); $submenu->addOnclick("jQuery.post('module.php?mod=user_favorites&mod_action=menu-add-favorite',{xref:'".$this->source->getXref()."'},function(){location.reload();})"); $submenu->addIcon('favorites'); |
