We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f075cb1 + 0849761 commit 5dd9120Copy full SHA for 5dd9120
1 file changed
resip/src/main/java/fr/gouv/vitam/tools/resip/frame/preferences/PreferencesDialog.java
@@ -1025,7 +1025,7 @@ public PreferencesDialog(JFrame owner) {
1025
gbc.weighty = 1.0;
1026
importParametersPanel.add(ignorePatternsLabel, gbc);
1027
1028
- ignoreLinksChexBox = new JCheckBox("ignorer les liens symboliques et rassourcis");
+ ignoreLinksChexBox = new JCheckBox("Ignorer les liens symboliques et raccourcis");
1029
ignoreLinksChexBox.setSelected(dic.isNoLinkFlag());
1030
gbc = new GridBagConstraints();
1031
gbc.gridwidth = 2;
0 commit comments