summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-01-28 12:04:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-01-28 22:19:14 +0100
commit44690b5548eb2b9c122a9ec282456ca95b605022 (patch)
tree73eda6208eebb81d132329448038a313387ed663 /include
parent62821018c01674e75108898c0f5c9ddb3333cc66 (diff)
tdf#128352 stylistic correction of dialog box title
- Change template Manager to "Set as Default" Change-Id: Ifb34e2621b9795be5eae829b7f84f252cfa74285 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87600 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index 7e9757e61a78..b024656b4bb6 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -29,7 +29,7 @@
#define STR_CLOSEDOC NC_("STR_CLOSEDOC", "~Close")
#define STR_OPEN NC_("STR_OPEN", "Open")
#define STR_EDIT_TEMPLATE NC_("STR_EDIT_TEMPLATE", "Edit")
-#define STR_DEFAULT_TEMPLATE NC_("STR_DEFAULT_TEMPLATE", "Set As Default")
+#define STR_DEFAULT_TEMPLATE NC_("STR_DEFAULT_TEMPLATE", "Set as Default")
#define STR_RESET_DEFAULT NC_("STR_RESET_DEFAULT", "Reset Default")
#define STR_DELETE NC_("STR_DELETE", "Delete")
#define STR_SFX_RENAME NC_("STR_SFX_RENAME", "Rename")