[Libreoffice-commits] core.git: dbaccess/source

umairshahid umair.shahid at 2ndquadrant.com
Tue Jun 2 06:15:23 PDT 2015


 dbaccess/source/ui/dlg/AutoControls.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d6e7dcb34322de4701c1cac4e87dc3b681c1dac4
Author: umairshahid <umair.shahid at 2ndquadrant.com>
Date:   Fri May 29 18:13:41 2015 +0500

    A small hint on how to specify the database URL should be helpful to users
    
    Change-Id: I7a84951b571b8c0a583907283f3b69fab1b5984b
    Reviewed-on: https://gerrit.libreoffice.org/15978
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/dbaccess/source/ui/dlg/AutoControls.src b/dbaccess/source/ui/dlg/AutoControls.src
index 7e56864..5b0b968 100644
--- a/dbaccess/source/ui/dlg/AutoControls.src
+++ b/dbaccess/source/ui/dlg/AutoControls.src
@@ -61,7 +61,7 @@ String STR_NO_ADDITIONAL_SETTINGS
 
 String STR_COMMONURL
 {
-    Text [ en-US ] = "Datasource URL" ;
+    Text [ en-US ] = "Datasource URL (e.g. postgresql://host:port/database)" ;
 };
 
 String STR_HOSTNAME


More information about the Libreoffice-commits mailing list