sd/inc/strings.hrc | 2 +- sd/uiconfig/sdraw/ui/drawpagedialog.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3112126964247fb0c6479a411c003d0819f31fd9 Author: Ayhan Yalçınsoy <[email protected]> AuthorDate: Fri Oct 30 13:46:15 2020 +0300 Commit: Heiko Tietze <[email protected]> CommitDate: Mon Nov 2 15:02:15 2020 +0100 tdf#137720: Slide, Page Setup replaced with Slide, Page Properties Change-Id: I69600305698583d64bd9c5d3950b3fb7762fcf8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105044 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 0e093d1da84b..ec8222b8bd15 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -322,7 +322,7 @@ #define STR_UNDO_MOVEPAGES NC_("STR_UNDO_MOVEPAGES", "Move slides" ) #define STR_INSERT_PAGES NC_("STR_INSERT_PAGES", "Insert Pages" ) #define STR_INSERT_PAGE_DRAW NC_("STR_INSERT_PAGE_DRAW", "Insert Page" ) -#define STR_SLIDE_SETUP_TITLE NC_("STR_SLIDE_SETUP_TITLE", "Slide Setup" ) +#define STR_SLIDE_SETUP_TITLE NC_("STR_SLIDE_SETUP_TITLE", "Slide Properties" ) #define STR_POOLSHEET_OBJWITHOUTFILL NC_("STR_POOLSHEET_OBJWITHOUTFILL", "Object without fill" ) #define STR_POOLSHEET_OBJNOLINENOFILL NC_("STR_POOLSHEET_OBJNOLINENOFILL", "Object with no fill and no line" ) diff --git a/sd/uiconfig/sdraw/ui/drawpagedialog.ui b/sd/uiconfig/sdraw/ui/drawpagedialog.ui index e6fb663df764..c229f030c434 100644 --- a/sd/uiconfig/sdraw/ui/drawpagedialog.ui +++ b/sd/uiconfig/sdraw/ui/drawpagedialog.ui @@ -5,7 +5,7 @@ <object class="GtkDialog" id="DrawPageDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes" context="drawpagedialog|DrawPageDialog">Page Setup</property> + <property name="title" translatable="yes" context="drawpagedialog|DrawPageDialog">Page Properties</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <child> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
