Typo in message_id

This commit is contained in:
deathmeat 2007-03-07 09:02:08 +00:00
parent c28a3a9515
commit b82949d28a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class JasperReportViewer extends JRViewer {
tlbToolBar.add(new JSeparator(SwingConstants.VERTICAL));
JButton btnExport = new JButton();
btnExport.setToolTipText(Msg.getMsg(Env.getCtx(), "SendMail"));
btnExport.setToolTipText(Msg.getMsg(Env.getCtx(), "Export"));
btnExport.setText(Msg.getMsg(Env.getCtx(), "Export"));
btnExport.setPreferredSize(new java.awt.Dimension(85, 23));
btnExport.setMaximumSize(new java.awt.Dimension(85, 23));