diff options
author | umairshahid <umair.shahid@2ndquadrant.com> | 2015-05-29 18:13:41 +0500 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-02 13:15:01 +0000 |
commit | d6e7dcb34322de4701c1cac4e87dc3b681c1dac4 (patch) | |
tree | 9aa8e1e09935f00ec7604ca301d1b68de850b79f /dbaccess | |
parent | f4fc81b0b3f90523e485946546bdd83f85e249f7 (diff) |
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@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/AutoControls.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/AutoControls.src b/dbaccess/source/ui/dlg/AutoControls.src index 7e56864bcb22..5b0b9687796c 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 |