diff options
author | Sophie Gautier <gautier.shopie@gmail.com> | 2013-06-01 18:01:07 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2013-06-01 18:01:07 +0300 |
commit | 1cf6f36306eb4d11279118c547e87a2c4b2551d4 (patch) | |
tree | 8c1698c92180bc5083a51dd0c47e11853813e55a /sw/source | |
parent | 8a58bc2535cf0c8459d861d29b342ef39f7f833c (diff) |
Fix typo: connections -> connection
Change-Id: Ica73de8975de0c3565e3eaad82e6dbb677bec33d
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/app/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 8dbc3096efe6..134da77c9ee5 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -541,7 +541,7 @@ ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE Pos = MAP_APPFONT ( 12 , 6 ) ; Size = MAP_APPFONT ( 178 , 40 ) ; WordBreak = TRUE; - Text [ en-US ] = "The data source '%1' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings."; + Text [ en-US ] = "The data source '%1' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connection settings."; }; OKButton PB_MERGE_OK { |