diff options
author | lordjaxom <lordjaxom> | 2005-05-30 09:23:41 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-30 09:23:41 +0000 |
commit | f7780da63dbc6fc2715cb364b68f756c4165718c (patch) | |
tree | 44029b433c5b8815609a1e3a56b5324149b72db6 /i18n.c | |
parent | 5a24861282fe7a9394cc8fc17287dd00b062a94d (diff) | |
download | vdr-plugin-text2skin-f7780da63dbc6fc2715cb364b68f756c4165718c.tar.gz vdr-plugin-text2skin-f7780da63dbc6fc2715cb364b68f756c4165718c.tar.bz2 |
- fixed a race condition (thanks to Reinhard Nissl for pointing this out)
- updated finnish translations (thanks to Rolf Ahrenberg)
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.3 2005/01/20 17:07:28 lordjaxom Exp $ + * $Id: i18n.c,v 1.4 2005/05/30 09:23:41 lordjaxom Exp $ */ #include "i18n.h" @@ -137,7 +137,7 @@ const tI18nPhrase Phrases[] = { "", "", "", - "", + "Ulkoasu on liian suuri tai väärin asemoitu", "", "", "", |