Index: ProScan/UI/DnaCodeReedsGescandScherm.pas =================================================================== diff -u -r396 -r409 --- ProScan/UI/DnaCodeReedsGescandScherm.pas (.../DnaCodeReedsGescandScherm.pas) (revision 396) +++ ProScan/UI/DnaCodeReedsGescandScherm.pas (.../DnaCodeReedsGescandScherm.pas) (revision 409) @@ -81,8 +81,8 @@ lblBestaandeDnaCode.Caption := 'Bestaande DNA-Code: '+TCommonFunctions.VerkorteDnaCode(UiContext.LaatsteDnaCode); if UiContext.Modus = modusKAD then begin btnWegnemen.Caption := StringReplace(btnWegnemen.Caption,'pallet','locatie',[rfReplaceAll]); - btnVerplaatsen.Caption := StringReplace(btnWegnemen.Caption,'pallet','locatie',[rfReplaceAll]); - lblScanPallet.Caption := StringReplace(btnWegnemen.Caption,'pallet','locatie',[rfReplaceAll]); + btnVerplaatsen.Caption := StringReplace(btnVerplaatsen.Caption,'pallet','locatie',[rfReplaceAll]); + lblScanPallet.Caption := StringReplace(lblScanPallet.Caption,'pallet','locatie',[rfReplaceAll]); end; end;