diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-16 21:43:54 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-16 21:43:54 +0000 |
| commit | 541dc010f913a13f969a9b09c7707ba1bfc7fc35 (patch) | |
| tree | ece09ee79180d1c877ded8fb98eef193e65a6f16 /includes | |
| parent | 25db6f782e26b5ea087e100c62b49da69e0adb42 (diff) | |
| download | webtrees-541dc010f913a13f969a9b09c7707ba1bfc7fc35.tar.gz webtrees-541dc010f913a13f969a9b09c7707ba1bfc7fc35.tar.bz2 webtrees-541dc010f913a13f969a9b09c7707ba1bfc7fc35.zip | |
Combine new text with similar existing text
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_mediadb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_mediadb.php b/includes/functions/functions_mediadb.php index c5722b4cdb..acecaf2821 100644 --- a/includes/functions/functions_mediadb.php +++ b/includes/functions/functions_mediadb.php @@ -1880,7 +1880,7 @@ function PrintMediaLinks($links, $size = "small") { break; case 'NOTE': // Notes cannot link to media objects directly - but source citations may link to them. - echo WT_I18N::translate('View Note'); + echo WT_I18N::translate('View Notes'); break; } echo ' -- '; |
