summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-26 15:28:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-26 15:28:29 +0200
commit5e61dc1be3ecfb4132cdb814b3f44a27735cec52 (patch)
tree6df1291578dd7d201f372e8a38befcc1c35568f4
parent2a58a468c81283d3516dc5f0668ab29276b5ece8 (diff)
downloadvdr-5e61dc1be3ecfb4132cdb814b3f44a27735cec52.tar.gz
vdr-5e61dc1be3ecfb4132cdb814b3f44a27735cec52.tar.bz2
Added a missing 'w' to the allowed characters for Finnish and Swedish
-rw-r--r--HISTORY2
-rw-r--r--i18n.c6
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index cbc90f57..7b7bc3d3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2329,3 +2329,5 @@ Video Disk Recorder Revision History
active (thanks to Javier Marcet for reporting this one).
- Avoiding an unnecessary stop of an ongoing Transfer Mode when starting a
recording on the primary device.
+- Added a missing 'w' to the allowed characters for Finnish and Swedish (thanks
+ to Lauri Tischler and Ragnar Sundblad).
diff --git a/i18n.c b/i18n.c
index 0a0004b3..512c948f 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 1.132 2003/08/26 15:23:07 kls Exp $
+ * $Id: i18n.c 1.133 2003/08/26 15:27:25 kls Exp $
*
* Translations provided by:
*
@@ -2724,11 +2724,11 @@ const tI18nPhrase Phrases[] = {
"",// TODO
" aàbcçdeéèêfghiîjklmnoôpqrstuùûvwxyz0123456789-.#~",
"",// TODO
- " abcdefghijklmnopqrstuvxyzåäö0123456789-.#~",
+ " abcdefghijklmnopqrstuvwxyzåäö0123456789-.#~",
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
" aábcdeéfghiíjklmnñoópqrstuúvwxyz0123456789-.#~",
"",// TODO
- " abcdefghijklmnopqrstuvxyzåäö0123456789-.#~",
+ " abcdefghijklmnopqrstuvwxyzåäö0123456789-.#~",
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
" aábcdeéfghiíjklmnoóöpqrstuúüvwxyz0123456789-.,#~",
" aàbcçdeéèfghiíjklmnoòpqrstuúvwxyz0123456789-.,#~_·",