diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-29 19:34:06 +0200 |
---|---|---|
committer | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-29 19:34:06 +0200 |
commit | 83a16adebef224a16ed96d72faddc058f19ed2c8 (patch) | |
tree | 867b0d5a5e565a9e4ab2719c40f25f6e5458ee87 | |
parent | 69e5a0e5985001f51b50dfe1448a01d435b800bf (diff) | |
download | skin-lcarsng-83a16adebef224a16ed96d72faddc058f19ed2c8.tar.gz skin-lcarsng-83a16adebef224a16ed96d72faddc058f19ed2c8.tar.bz2 |
Change RECORDINGNUMBER in osd to RECORDINGS
-rw-r--r-- | lcarsng.c | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1356,7 +1356,7 @@ void cLCARSNGDisplayMenu::DrawRecordingNumber(void) LOCK_RECORDINGS_READ; NumRecordings = Recordings->Count(); } - osd->DrawText(xa00, yb06, tr("RECORDINGNUMBER"), ColorFg, ColorBg, tinyFont, xa02 - xa00, yb07 - yb06, taTop | taLeft | taBorder); + osd->DrawText(xa00, yb06, tr("RECORDINGNS"), ColorFg, ColorBg, tinyFont, xa02 - xa00, yb07 - yb06, taTop | taLeft | taBorder); osd->DrawText(xa00, yb07 - lineHeight, cString::sprintf("%i", NumRecordings), Theme.Color(clrMenuFrameFg), frameColor, font, xa02 - xa00, lineHeight, taBottom | taRight); } } diff --git a/po/de_DE.po b/po/de_DE.po index f57b394..b0feec7 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -21,8 +21,8 @@ msgstr "PLATTE" msgid "LOAD" msgstr "LAST" -msgid "RECORDINGNUMBER" -msgstr "Anzahl Aufnahmen" +msgid "RECORDINGS" +msgstr "Aufnahmen" msgid "Setup" msgstr "Einstellungen" |