diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 00:41:07 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-07-11 00:41:07 -0600 |
| commit | 782431ec134449e23658fbdd213a3ef92c62e717 (patch) | |
| tree | a8183eac1bbadf91090a5c58a0654145c457a8e9 /modules/exif/helpers/exif.php | |
| parent | e0e450d90fe67ac199d82d2b8e902cff5c8b6c7d (diff) | |
| parent | 6320babf78deb66f0916e569b36eaeb598603997 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/exif/helpers/exif.php')
| -rw-r--r-- | modules/exif/helpers/exif.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif.php b/modules/exif/helpers/exif.php index b0e7e93f..20ecd0cb 100644 --- a/modules/exif/helpers/exif.php +++ b/modules/exif/helpers/exif.php @@ -163,7 +163,7 @@ class exif_Core { list ($remaining) = exif::stats(); if ($remaining) { site_status::warning( - t('Your EXIF index needs to be updated. <a href="%url" class="gDialogLink">Fix this now</a>', + t('Your Exif index needs to be updated. <a href="%url" class="gDialogLink">Fix this now</a>', array("url" => url::site("admin/maintenance/start/exif_task::update_index?csrf=__CSRF__"))), "exif_index_out_of_date"); } |
