summaryrefslogtreecommitdiff
path: root/inc/lang/fi
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-07-12 23:47:02 +0100
committerAnika Henke <anika@selfthinker.org>2015-07-12 23:47:02 +0100
commit8aceb983f4d8ab414fda0598287fb876703d1de8 (patch)
treef86acb69475092442270e425664846dc3339fe88 /inc/lang/fi
parent969c52e5724a4a380ac11df87059f5bc39631da0 (diff)
downloadrpg-8aceb983f4d8ab414fda0598287fb876703d1de8.tar.gz
rpg-8aceb983f4d8ab414fda0598287fb876703d1de8.tar.bz2
fixed some wrong quotation marks in language files
Diffstat (limited to 'inc/lang/fi')
-rw-r--r--inc/lang/fi/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/fi/lang.php b/inc/lang/fi/lang.php
index 0f70efa5c..de2ca13da 100644
--- a/inc/lang/fi/lang.php
+++ b/inc/lang/fi/lang.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author Petteri <petteri@gmail.com>
* @author Matti Pöllä <mpo@iki.fi>
* @author Otto Vainio <otto@valjakko.net>
@@ -17,7 +17,7 @@ $lang['doublequoteopening'] = '”';
$lang['doublequoteclosing'] = '”';
$lang['singlequoteopening'] = '’';
$lang['singlequoteclosing'] = '’';
-$lang['apostrophe'] = '\'';
+$lang['apostrophe'] = '’';
$lang['btn_edit'] = 'Muokkaa tätä sivua';
$lang['btn_source'] = 'Näytä sivun lähdekoodi';
$lang['btn_show'] = 'Näytä sivu';