luci-mod-status: i18n string context
authorAndy Chiang <redacted>
Thu, 16 Apr 2026 12:05:56 +0000 (19:05 +0700)
committerPaul Donald <redacted>
Thu, 16 Apr 2026 14:10:18 +0000 (16:10 +0200)
i18n string context

Signed-off-by: Andy Chiang <redacted>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js

index 96a1fdecb9071bcc89f70f750f432a2154227a64..18dfa3dc12e2755f52ece3c6c195e0c641be04fd 100644 (file)
@@ -51,7 +51,7 @@ return view.extend({
                                        E('button', {
                                                'class': 'btn cbi-button-negative',
                                                'click': ui.createHandlerFn(this, 'handleSignal', 9, proc.PID)
-                                       }, _('Kill'))
+                                       }, _('Kill', 'status processes kill'))
                                ])
                        ]);
                }
git clone https://git.99rst.org/PROJECT