details:   /erp/stable/2.50/rev/06a1060d50de
changeset: 9082:06a1060d50de
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Tue Dec 14 12:39:22 2010 +0100
summary:   Related to issue 15353. Improved title of error message.

diffstat:

 src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c9c496cee367 -r 06a1060d50de 
src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java
--- a/src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java      
Tue Dec 14 12:44:59 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java      
Tue Dec 14 12:39:22 2010 +0100
@@ -86,7 +86,7 @@
       if (!myDataset.getModule().isInDevelopment()) {
         myError = new OBError();
         myError.setType("Error");
-        myError.setTitle(Utility.messageBD(this, "20532", vars.getLanguage()));
+        myError.setTitle(Utility.messageBD(this, "Error", vars.getLanguage()));
         myError.setMessage(Utility.messageBD(this, "20532", 
vars.getLanguage()));
         return myError;
       }

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to