google-code-export / webical

Automatically exported from code.google.com/p/webical
GNU General Public License v3.0
1 stars 1 forks source link

Replace labels with wicket:message in html #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a lot of places wickets Label is used where it's not necessary.

<wicket:message key="resourceKey" /> can be used if the text of the label
does not change.

All uses of wicket Label should be evaluated and changed to wicket:message
if possible.

Original issue reported on code.google.com by mattijsh...@gmail.com on 10 Jan 2008 at 11:22