diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-12 00:21:20 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-12-12 15:50:14 +0100 |
commit | cb323d8616700eaf5052e4467396d6b56118b064 (patch) | |
tree | 0ca1059385e18910a911fd9e7bbfc20d045383ab | |
parent | 35e471bb4d1388cf5afcdcee214cf5111edf44e3 (diff) |
tdf#138823 "Recent Files" --> "Recent Documents" in Startcenter
Change-Id: I70121805e5b6ff4b6eed841e5f3a27302162f50b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107616
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index c94084afbc62..12ee1a4cab6a 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -206,7 +206,7 @@ </child> <child> <object class="GtkMenuButton" id="open_recent"> - <property name="label" translatable="yes" context="startcenter|open_recent">_Recent Files</property> + <property name="label" translatable="yes" context="startcenter|open_recent">_Recent Documents</property> <property name="name">MenuToggleButton</property> <property name="visible">True</property> <property name="can_focus">True</property> |