diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-02-12 13:49:14 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-02-12 13:49:14 -0800 |
commit | e88e976fc4255d323a1f5919453604ecf467ed0d (patch) | |
tree | b7327f390f4a7faec19146afc6e214643e7686dc /modules/gallery/views | |
parent | d53f6d0e052fb455059170a311640fcd06cad798 (diff) |
Tighten up the text.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/error_404.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/error_404.html.php b/modules/gallery/views/error_404.html.php index e5846e65..4b037a79 100644 --- a/modules/gallery/views/error_404.html.php +++ b/modules/gallery/views/error_404.html.php @@ -15,7 +15,7 @@ <? else: ?> <p> <?= t("Maybe the page exists, but is only visible to authorized users.") ?> - <?= t("Talk to your Gallery administrator if you think this is an error for help fixing this!") ?> + <?= t("If you think this is an error, talk to your Gallery administrator!") ?> </p> <? endif; ?> </div>
\ No newline at end of file |