applications/luci-minidlna: remove redundant percent sign, sync translations
[project/luci.git] / applications / luci-minidlna / luasrc / view / minidlna_status.htm
index 6808245..ba23bed 100644 (file)
@@ -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
                                        );
                                }