﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18056	duplicate translatable strings of JFileChooser	Klumbumbus	team	"specialmessages.java contains some very similar strings. Can we save a few translatable strings here?

{{{
#!css
/* Strings in JFileChooser */ tr(""Abort file chooser dialog"");
/* Strings in JFileChooser */ tr(""Abort file chooser dialog."");

/* Strings in JFileChooser */ tr(""File name:"");
/* Strings in JFileChooser */ tr(""File Name:"");

/* Strings in JFileChooser */ tr(""Files of type:"");
/* Strings in JFileChooser */ tr(""Files of Type:"");

/* Strings in JFileChooser */ tr(""Filter"");
/* Strings in JFileChooser */ tr(""Filter:"");

/* Strings in JFileChooser */ tr(""Look in:"");
/* Strings in JFileChooser */ tr(""Look In:"");

/* Strings in JFileChooser */ tr(""Open selected file"");
/* Strings in JFileChooser */ tr(""Open selected file."");

/* Strings in JFileChooser */ tr(""Save in:"");
/* Strings in JFileChooser */ tr(""Save In:"");
}}}"	enhancement	closed	minor		Core		wontfix	i18n	
