diff options
-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 |