Author: tchemit Date: 2008-02-09 00:29:31 +0000 (Sat, 09 Feb 2008) New Revision: 779 Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx Log: simplification clef i18n Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx =================================================================== --- trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx 2008-02-09 00:29:16 UTC (rev 778) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx 2008-02-09 00:29:31 UTC (rev 779) @@ -8,7 +8,7 @@ <cell fill='horizontal' insets='0,0,0,0'> <JToolBar> <JButton id='importApplication'/> - <JTextField id='searchText' toolTipText='{_("simexplorer.action.application.searchText.tooltip")}'/> + <JTextField id='searchText' toolTipText='{_("simexplorer.action.searchText.tooltip")}'/> <JButton id='searchApplication'/> <JButton id='resetSearchApplication'/> <JButton id='advancedSearchApplication'/> @@ -38,7 +38,7 @@ <JButton id='goFirstPage' enabled='{goPage.getSelectedIndex()>0}'/> <JButton id='goPreviousPage' enabled='{goPage.getSelectedIndex()>0}'/> <JPanel layout='{new GridLayout(0, 2, 0, 0)}'> - <JLabel id='currentPage' text='{_("simexplorer.action.pagination.currentPage")}' labelFor="{goPage}" font-size='9'/> + <JLabel id='currentPage' text='{_("simexplorer.action.currentPage")}' labelFor="{goPage}" font-size='9'/> <JComboBox id='goPage' enabled='false' font-size='9' opaque='false' preferredSize='{new Dimension(50,5)}'/> </JPanel> <JButton id='goNextPage'/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org