Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14448: don't use numbered args in MAKETEXT yet
  • Loading branch information
MichaelDaum committed Sep 20, 2017
1 parent 5778516 commit 3a3dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdatesPlugin/templates/updatesplugin.tmpl
Expand Up @@ -8,7 +8,7 @@
</script>%TMPL:END%

%TMPL:DEF{"messagetmpl::icon"}%%JQICON{"error"}%%TMPL:END%
%TMPL:DEF{"messagetmpl::text"}%%MAKETEXT{"Warning: Updates found for [_1] extension(s): [_2]" arg1="{{:nrPlugins}}" arg2="{{:outdatedPlugins}}"}%%TMPL:END%
%TMPL:DEF{"messagetmpl::text"}%%MAKETEXT{"Warning: Updates found for [_1] extension(s): [_2]" args="{{:nrPlugins}}, {{:outdatedPlugins}}"}%%TMPL:END%
%TMPL:DEF{"messagetmpl::buttons"}%<a href="%SCRIPTURLPATH{configure}%">%JQICON{"tick"}% %MAKETEXT{"Upgrade"}%</a>
<a href="#" id="foswikiUpdatesIgnore">%JQICON{"cross"}% %MAKETEXT{"Ignore for 7 days"}%</a>%TMPL:END%

Expand Down

0 comments on commit 3a3dbdf

Please sign in to comment.