]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - src/tim/prune/function/settings/SetPathsFunction.java
Version 20.4, May 2021
[GpsPrune.git] / src / tim / prune / function / settings / SetPathsFunction.java
index a5d08711e61841fe21f8763b899870c2d7bd0ba0..e8faeb1e7cf407f95a725e144587a7bbf35cc995 100644 (file)
@@ -95,7 +95,7 @@ public class SetPathsFunction extends GenericFunction
                _installedLabels = new JLabel[NUM_KEYS];
                for (int i=0; i<NUM_KEYS; i++)
                {
-                       JLabel label = new JLabel(I18nManager.getText("dialog.saveconfig.prune." + LABEL_KEYS[i] + "path"));
+                       JLabel label = new JLabel(I18nManager.getText("dialog.paths.prune." + LABEL_KEYS[i] + "path"));
                        label.setHorizontalAlignment(SwingConstants.RIGHT);
                        mainPanel.add(label);
                        String configVal = Config.getConfigString(CONFIG_KEYS[i]);
@@ -167,4 +167,4 @@ public class SetPathsFunction extends GenericFunction
                }
                _dialog.dispose();
        }
-}
\ No newline at end of file
+}