summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-12-03 23:15:26 +0000
committerGreg Roach <fisharebest@gmail.com>2014-12-03 23:15:26 +0000
commit120023538ba799d46efdcc8481b6f3b01a2ef43d (patch)
tree782de72c4ee80abf2d70f9778c97ef59db915a82 /help_text.php
parenta613f728d705e7bfab309ac281b1d9321e3e3203 (diff)
downloadwebtrees-120023538ba799d46efdcc8481b6f3b01a2ef43d.tar.gz
webtrees-120023538ba799d46efdcc8481b6f3b01a2ef43d.tar.bz2
webtrees-120023538ba799d46efdcc8481b6f3b01a2ef43d.zip
Fix: GEDCOM tag needs to be change #316
Diffstat (limited to 'help_text.php')
-rw-r--r--help_text.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php
index 4d0014de77..e2beb379cc 100644
--- a/help_text.php
+++ b/help_text.php
@@ -383,8 +383,8 @@ case 'TIME':
$text=WT_I18N::translate('Enter the time for this event in 24-hour format with leading zeroes. Midnight is 00:00. Examples: 04:50 13:00 20:30.');
break;
-case 'URL':
- $title=WT_Gedcom_Tag::getLabel('URL');
+case 'WWW':
+ $title=WT_Gedcom_Tag::getLabel('WWW');
$text=WT_I18N::translate('Enter the URL address including the http://.<br><br>An example URL looks like this: <b>http://www.webtrees.net/</b>. Leave this field blank if you do not want to include a URL.');
break;