diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-14 20:39:23 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-15 07:18:27 -0430 |
commit | c5b01492200b19875c1976ee6621102a7ebff1ef (patch) | |
tree | 4e05afcc64cd09fd3b9aebb8413ddde2a3ee8378 /sfx2/source/doc/templatedlg.src | |
parent | 6072d114977421da17127610e4a1a5103fecb20a (diff) |
Show error message when trying to save without a destination folder
Change-Id: Ib0ac72b5adb8544b2bd488bd3c3701898df2877d
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 65f7f558d841..5b331479e1b2 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -80,6 +80,11 @@ String STR_MSG_ERROR_REPOSITORY_NAME Text [ en-US ] = "Failed to create repository \"$1\".\nA repository with this name may already exist."; }; +String STR_MSG_ERROR_SELECT_FOLDER +{ + Text [ en-US ] = "Select the destination folder(s) to save the template."; +}; + String STR_INPUT_TEMPLATE_NEW { Text [ en-US ] = "Enter template name:"; |