sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e8c064652799e02669b98b336126a254599c5eb3 Author: heiko tietze <[email protected]> AuthorDate: Wed Oct 17 12:33:46 2018 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Oct 17 19:47:44 2018 +0200 tdf#120395 - Rename Page numbers in Fields dialog Change-Id: I47c52fbda3692178ad6c02fea7615463eeb4dcc8 Reviewed-on: https://gerrit.libreoffice.org/61876 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 7bb76458a3b6..b6e47ca1fabe 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -835,7 +835,7 @@ #define STR_FILENAMEFLD NC_("STR_FILENAMEFLD", "File name") #define STR_DBNAMEFLD NC_("STR_DBNAMEFLD", "Database Name") #define STR_CHAPTERFLD NC_("STR_CHAPTERFLD", "Chapter") -#define STR_PAGENUMBERFLD NC_("STR_PAGENUMBERFLD", "Page numbers") +#define STR_PAGENUMBERFLD NC_("STR_PAGENUMBERFLD", "Page number") #define STR_DOCSTATFLD NC_("STR_DOCSTATFLD", "Statistics") #define STR_AUTHORFLD NC_("STR_AUTHORFLD", "Author") #define STR_TEMPLNAMEFLD NC_("STR_TEMPLNAMEFLD", "Templates") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
