From: Jo-Philipp Wich Date: Fri, 13 Jul 2018 10:47:59 +0000 (+0200) Subject: luci-app-advanced-reboot: fix translation string X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4115f8cc56dc810be84f96fb4038ac6f76c70747;p=oweals%2Fluci.git luci-app-advanced-reboot: fix translation string Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm index fabb793e3..dcf51c749 100644 --- a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm +++ b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/advanced_reboot.htm @@ -80,7 +80,7 @@ <%- else -%> <%- if rom_board_name then -%> -

<%:Warning: Device (%><%=rom_board_name%><%:) is unknown or isn't a dual-partition device!%>

+

<%=pcdata(translatef("Warning: Device (%s) is unknown or isn't a dual-partition device!", rom_board_name))%>

<%- else -%>

<%:Warning: Unable to obtain device information!%>

<%- end -%>