diff options
-rw-r--r-- | tools/create_listing_file.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 0b0839812..0b3b88a7e 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -1637,7 +1637,7 @@ if ($_SESSION['scan_step'] == 'exit') <html> <head> <?php echo $g_refresh; ?> - <title>Manage distant gallery</title> + <title>Manage remote gallery</title> </head> <style type="text/css"> code {font-weight: bold} @@ -1661,7 +1661,7 @@ if ($_SESSION['scan_step'] == 'exit') <span class="p">Php</span> <span class="w">Web</span> <span class="g">Gallery</span> - distant site<? echo $g_header; ?> + remote site<? echo $g_header; ?> </fieldset> <fieldset> <?php echo $g_message; ?> |