diff options
Diffstat (limited to 'app/SpecialChars/SpecialCharsSv.php')
| -rw-r--r-- | app/SpecialChars/SpecialCharsSv.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/SpecialChars/SpecialCharsSv.php b/app/SpecialChars/SpecialCharsSv.php index 464acfadd6..0b0b6ab39c 100644 --- a/app/SpecialChars/SpecialCharsSv.php +++ b/app/SpecialChars/SpecialCharsSv.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\SpecialChars; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,9 +13,10 @@ namespace Fisharebest\Webtrees\SpecialChars; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\SpecialChars; /** - * Class SpecialCharsSv - exemplar characters for Swedish + * Exemplar characters for Swedish * * For each language, list the symbols, puncutation and letters with diacritics * that may be difficult to type. |
