diff --git a/org.adempiere.ui.swing/src/org/compiere/grid/ed/VLookup.java b/org.adempiere.ui.swing/src/org/compiere/grid/ed/VLookup.java index dc293eac3e..f068d44dcb 100644 --- a/org.adempiere.ui.swing/src/org/compiere/grid/ed/VLookup.java +++ b/org.adempiere.ui.swing/src/org/compiere/grid/ed/VLookup.java @@ -1308,7 +1308,7 @@ public class VLookup extends JComponent MBPartnerLocation bpl = new MBPartnerLocation(Env.getCtx(), BPLocation_ID, null); MLocation location= new MLocation(Env.getCtx(), bpl.getC_Location_ID(), null); - VLocationDialog ld = new VLocationDialog(AEnv.getFrame(this), Msg.getMsg(Env.getCtx(), "C_Location_ID"), location); + VLocationDialog ld = new VLocationDialog(AEnv.getFrame(this), Msg.getMsg(Env.getCtx(), "Location"), location); ld.setVisible(true); } } // actionBPartner