diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2007-02-19 18:45:34 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2007-02-19 18:45:34 +0000 |
commit | ed4b51f1f140be4f83bdf68a17600f92940ab6f7 (patch) | |
tree | 83f899021a796364fb730aee5fe1671e0b6d92c5 /tools | |
parent | 9d320b9b266dfe9c86d1b2a44cfbb0fd37c6bcab (diff) |
Cosmetic update : replace "distant" with "remote" in page title and header cell
git-svn-id: http://piwigo.org/svn/trunk@1839 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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; ?> |