On the web UI, there is a nice GeoServer logo/icon.
If you don't get that icon, you get "GeoServer 2.3". A text browser, or a bad
network (my VPN to work...), or "show source" will get that for you.
So its mostly cosmetic, but I wondered about the best fix.
Mostly the translations are the same. Occasionally they use something earlier
or later:
main/resources/GeoServerApplication_ja.properties
672:home = GeoServer 2.3
main/resources/GeoServerApplication_de.properties
672:home = GeoServer 2.1
main/resources/GeoServerApplication_tr.properties
703:home = GeoServer 2.3
main/resources/GeoServerApplication_ca.properties
555:home = GeoServer 2.3
main/resources/GeoServerApplication_es.properties
563:home = GeoServer 2.3
main/resources/GeoServerApplication_ko.properties
703:home = GeoServer 2.3
main/resources/GeoServerApplication_ro.properties
703:home = GeoServer 2.3
main/resources/GeoServerApplication_nl.properties
671:home = GeoServer 2.4
main/resources/GeoServerApplication_zh.properties
669:home = GeoServer 2.3
main/resources/GeoServerApplication_fr.properties
703:home = GeoServer 2.3
main/resources/GeoServerApplication_pl.properties
700:home = GeoServer 2.3
main/resources/GeoServerApplication.properties
747:home = GeoServer 2.3
main/resources/GeoServerApplication_ru.properties
669:home = GeoServer 2.2
Does anyone see a problem with removing the version numbers?
Brad