summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <kamel5 (at) gmx (dot) net>2018-03-29 19:34:06 +0200
committerkamel5 <kamel5 (at) gmx (dot) net>2018-03-29 19:34:06 +0200
commit83a16adebef224a16ed96d72faddc058f19ed2c8 (patch)
tree867b0d5a5e565a9e4ab2719c40f25f6e5458ee87
parent69e5a0e5985001f51b50dfe1448a01d435b800bf (diff)
downloadskin-lcarsng-83a16adebef224a16ed96d72faddc058f19ed2c8.tar.gz
skin-lcarsng-83a16adebef224a16ed96d72faddc058f19ed2c8.tar.bz2
Change RECORDINGNUMBER in osd to RECORDINGS
-rw-r--r--lcarsng.c2
-rw-r--r--po/de_DE.po4
2 files changed, 3 insertions, 3 deletions
diff --git a/lcarsng.c b/lcarsng.c
index 5bb4e5c..e36809d 100644
--- a/lcarsng.c
+++ b/lcarsng.c
@@ -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"