diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-07 23:43:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-07 23:43:21 +0000 |
commit | 46a864f099be725b70665ff6a7aef9eefbf7d911 (patch) | |
tree | 811406818056e0e24fc3ce9607e9fab0815540e4 /applications | |
parent | 62d83c80eadcbb6b0cc8abc96c680b2f2cd9b077 (diff) |
applications/luci-minidlna: remove redundant percent sign, sync translations
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-minidlna/luasrc/view/minidlna_status.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-minidlna/luasrc/view/minidlna_status.htm b/applications/luci-minidlna/luasrc/view/minidlna_status.htm index 6808245ab..ba23bedcc 100644 --- a/applications/luci-minidlna/luasrc/view/minidlna_status.htm +++ b/applications/luci-minidlna/luasrc/view/minidlna_status.htm @@ -8,7 +8,7 @@ if (st.running) { tb.innerHTML = String.format( - '<%:%The miniDLNA service is active, serving %d audio, %d video and %d image files.%>', + '<%:The miniDLNA service is active, serving %d audio, %d video and %d image files.%>', st.audio, st.video, st.image ); } |