summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-07-03 06:46:45 +0000
committerOcke Janssen <oj@openoffice.org>2001-07-03 06:46:45 +0000
commit56fc1495f7ef12099a040a1cf7561df5ed210b5a (patch)
tree42729cb9ce6e59e56df292796d6deedcc7b57aa3 /dbaccess/source/ui/browser/sbabrw.src
parentf2550e3d2d8e4a2877ad51e8b9fff2dd8c4e6fad (diff)
#80211# set title for datasource browser
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 7f5fd0f9d3e4..632bc644acd3 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: sbabrw.src,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: kz $ $Date: 2001-06-29 02:08:15 $
+ * last change: $Author: oj $ $Date: 2001-07-03 07:46:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1304,7 +1304,12 @@ String STR_LOADING_TABLE
Text[ catalan ] = "loading table $name$ ...";
};
-
+String STR_DSBROWSER_TITLE
+{
+ Text = "Datenquellen Ansicht" ;
+ Text [ english ] = "Data source browser" ;
+ Text [ english_us ] = "Data source browser" ;
+};