diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-06-25 15:51:43 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-06-25 15:51:43 +0000 |
commit | f653836cf89f50267c70a916e2698ec5971805a3 (patch) | |
tree | 55f6d5860f4f3cb167b8d95722e9d06aeb0c7594 /sc | |
parent | a3142e3a9812b0c793fbc53d2110641fbf7f1e02 (diff) |
#88739# renamed: external data source -> external data
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/linkarea.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.src b/sc/source/ui/miscdlgs/linkarea.src index 7d9740c9c461..3d9a1bd844b0 100644 --- a/sc/source/ui/miscdlgs/linkarea.src +++ b/sc/source/ui/miscdlgs/linkarea.src @@ -2,9 +2,9 @@ * * $RCSfile: linkarea.src,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2001-06-13 22:50:44 $ + * last change: $Author: nn $ $Date: 2001-06-25 16:51:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ ModalDialog RID_SCDLG_LINKAREA Moveable = TRUE ; Closeable = TRUE ; Size = MAP_APPFONT ( 274 , 190 ) ; - Text = "Externe Datenquelle" ; - Text [ ENGLISH ] = "External Data Source" ; + Text = "Externe Daten" ; + Text [ ENGLISH ] = "External Data" ; OKButton BTN_OK { Pos = MAP_APPFONT ( 218 , 8 ) ; |