Change 'Other pads' title to 'More Pads' in contextmenu

pull/1/head
ClemDee 2019-08-12 15:29:13 +02:00
parent 1b05fb982c
commit 4351ece256
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ define([
h('a.cp-app-drive-context-newdocmenu.dropdown-item', {
'tabindex': '-1',
'data-icon': "fa-plus",
}, Messages.fm_otherPads || "Other pads"), //XXX
}, Messages.fm_morePads || "More pads"), //XXX
h("ul.dropdown-menu", [
h('li', h('a.cp-app-drive-context-newdoc.dropdown-item.cp-app-drive-context-editable', {
'tabindex': '-1',