diff --git a/themes/rule34v2/index.theme.php b/themes/rule34v2/index.theme.php index 04aab4fe..cae9dafa 100644 --- a/themes/rule34v2/index.theme.php +++ b/themes/rule34v2/index.theme.php @@ -31,7 +31,7 @@ class CustomIndexTheme extends IndexTheme } else { $this->display_error( 404, - "No Images Found", + "No Posts Found", "No images were found to match the search criteria. Try looking up a character/series/artist by another name if they go by more than one. Remember to use underscores in place of spaces and not to use commas. If you came to this page by following a link, try using the search box directly instead. See the FAQ for more information." ); } diff --git a/themes/rule34v2/themelet.class.php b/themes/rule34v2/themelet.class.php index e8a5efc6..345b015a 100644 --- a/themes/rule34v2/themelet.class.php +++ b/themes/rule34v2/themelet.class.php @@ -27,7 +27,7 @@ class Themelet extends BaseThemelet $html = "
\n";