diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-12 18:19:06 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-12 22:14:25 -0430 |
commit | 74d2421afc86c72d07a4f9d1f9824f41461900bb (patch) | |
tree | b9ff481e9baed9c1a3d3b7e277df52f848ef2bc4 /sfx2/source/doc/templatedlg.src | |
parent | 2b5ce6190066ed030cc221c4cfa236a8e4e4747e (diff) |
Display an error msg when importing a template fails.
Change-Id: I87b6365bc95ce8243e38dcbfedc3892c888a8e90
Diffstat (limited to 'sfx2/source/doc/templatedlg.src')
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index 902485173a87..60d05808aee2 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -60,6 +60,11 @@ String STR_MSG_ERROR_EXPORT Text [ en-US ] = "Error exporting the following templates:\n$1"; }; +String STR_MSG_ERROR_IMPORT +{ + Text [ en-US ] = "Error importing the following templates to $1:\n$2"; +}; + String STR_MSG_ERROR_DELETE_TEMPLATE { Text [ en-US ] = "The following templates cannot be deleted:\n$1"; |