remove some duplicate strings

This commit is contained in:
dkanada 2020-08-16 20:34:39 +09:00
parent 99686db96d
commit 65e4ffe7b0
37 changed files with 56 additions and 56 deletions

View file

@ -259,7 +259,7 @@ function showDeviceMenu(button, tunerDeviceId) {
id: 'delete'
});
items.push({
name: globalize.translate('ButtonEdit'),
name: globalize.translate('Edit'),
id: 'edit'
});