summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-06-20 20:40:56 +0100
committerGreg Roach <fisharebest@gmail.com>2014-06-21 15:40:16 +0100
commit0b86f8b1c287295dac48554cefbff8a965e34604 (patch)
tree0c9748fec78e0f3306b6e8eb6fae2372d54430de /library
parent4fbc24b75f8eeb78d7830b85ec7b9cfee04e2193 (diff)
downloadwebtrees-0b86f8b1c287295dac48554cefbff8a965e34604.tar.gz
webtrees-0b86f8b1c287295dac48554cefbff8a965e34604.tar.bz2
webtrees-0b86f8b1c287295dac48554cefbff8a965e34604.zip
Capitalisation and punctuation
Diffstat (limited to 'library')
-rw-r--r--library/WT/Controller/Individual.php2
-rw-r--r--library/WT/Place.php2
-rw-r--r--library/WT/Stats.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php
index 13f51e077e..5cc5069698 100644
--- a/library/WT/Controller/Individual.php
+++ b/library/WT/Controller/Individual.php
@@ -148,7 +148,7 @@ class WT_Controller_Individual extends WT_Controller_GedcomRecord {
}
}
if ($this->record->canEdit() && !$event->isOld()) {
- echo "<div class=\"deletelink\"><a class=\"deleteicon\" href=\"#\" onclick=\"return delete_fact('".WT_I18N::translate('Are you sure you want to delete this fact?')."', '".$this->record->getXref()."', '".$event->getFactId()."');\" title=\"".WT_I18N::translate('Delete name')."\"><span class=\"link_text\">".WT_I18N::translate('Delete name')."</span></a></div>";
+ echo "<div class=\"deletelink\"><a class=\"deleteicon\" href=\"#\" onclick=\"return delete_fact('".WT_I18N::translate('Are you sure you want to delete this fact?')."', '".$this->record->getXref()."', '".$event->getFactId()."');\" title=\"".WT_I18N::translate('Delete this name')."\"><span class=\"link_text\">".WT_I18N::translate('Delete this name')."</span></a></div>";
echo "<div class=\"editlink\"><a href=\"#\" class=\"editicon\" onclick=\"edit_name('".$this->record->getXref()."', '".$event->getFactId()."'); return false;\" title=\"".WT_I18N::translate('Edit name')."\"><span class=\"link_text\">".WT_I18N::translate('Edit name')."</span></a></div>";
}
echo '</dd>';
diff --git a/library/WT/Place.php b/library/WT/Place.php
index f472c1752d..c7786f1495 100644
--- a/library/WT/Place.php
+++ b/library/WT/Place.php
@@ -27,7 +27,7 @@ class WT_Place {
if ($gedcom_place) {
$this->gedcom_place=explode(self::GEDCOM_SEPARATOR, $gedcom_place);
} else {
- // Empty => "Top Level"
+ // Empty => "Top level"
$this->gedcom_place=array();
$this->place_id=0;
}
diff --git a/library/WT/Stats.php b/library/WT/Stats.php
index 610b736677..d56bd2ce60 100644
--- a/library/WT/Stats.php
+++ b/library/WT/Stats.php
@@ -4000,7 +4000,7 @@ class WT_Stats {
'SCG'=>WT_I18N::translate('Serbia and Montenegro'),
'SCT'=>WT_I18N::translate('Scotland'),
'SDN'=>WT_I18N::translate('Sudan'),
- 'SEA'=>WT_I18N::translate('At Sea'),
+ 'SEA'=>WT_I18N::translate('At sea'),
'SEN'=>WT_I18N::translate('Senegal'),
'SER'=>WT_I18N::translate('Serbia'),
'SGP'=>WT_I18N::translate('Singapore'),