summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg/htdocs
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2019-06-25 21:28:44 +0200
committerDirk Brenken <dev@brenken.org>2019-06-25 21:28:44 +0200
commit8767eb830beed06e482ffb445790ec1850123990 (patch)
treea41c66c529d6332952b52b1429e857b629038620 /applications/luci-app-opkg/htdocs
parent86fd703bae2089cfd0dd7e06c1dd20c4b956767a (diff)
luci-app-opkg: change remove button caption (first level)
* add three dots to the first level 'Remove' button caption (revert/fix da8668a) Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-opkg/htdocs')
-rw-r--r--applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
index 2c0c460d1..20fbf430b 100644
--- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
+++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
@@ -162,7 +162,7 @@ function display(pattern)
'class': 'btn cbi-button-negative',
'data-package': name,
'click': handleRemove
- }, _('Remove'));
+ }, _('Remove…'));
}
else {
var inst = packages.installed.pkgs[name];
@@ -737,7 +737,7 @@ function handleRemove(ev)
'data-package': name,
'class': 'btn cbi-button-negative',
'click': handleOpkg
- }, _('Remove…'))
+ }, _('Remove'))
])
])
]);