diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-13 16:24:07 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-13 16:24:07 +0100 |
commit | 75ae953e138ce0ec28e7e9fef8811034c27c7f23 (patch) | |
tree | 34f155a13f7e2ae722b906d9d56cdd339f3d2dc4 /i18n.c | |
parent | b11dcb15de18b20b55f2b0ceea3df6f540c75774 (diff) | |
download | vdr-75ae953e138ce0ec28e7e9fef8811034c27c7f23.tar.gz vdr-75ae953e138ce0ec28e7e9fef8811034c27c7f23.tar.bz2 |
Added a missing comma
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.233 2006/01/13 15:38:17 kls Exp $ + * $Id: i18n.c 1.234 2006/01/13 16:24:07 kls Exp $ * * Translations provided by: * @@ -1221,7 +1221,7 @@ const tI18nPhrase Phrases[] = { "Optagelse om %d minutter - sluk alligevel?", }, { "Press any key to cancel shutdown", - "Taste drücken um Shutdown abzubrechen", + "Taste drücken, um Shutdown abzubrechen", "Pritisni katerikoli gumb za preklic izklopa", "Un tasto per annullare lo spegnimento", "Druk een toets om shutdown af te breken", |