Module: check_mk
Branch: master
Commit: e9e50c727c28d8f76fc64893224c5638310483f3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e9e50c727c28d8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 12:28:53 2016 +0100
WATO bulk import: relable button with Abort, not Back
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 2e5a555..ecd7132 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -2960,7 +2960,7 @@ class ModeBulkImport(WatoMode):
def buttons(self):
- html.context_button(_("Back"),
folder_preserving_link([("mode", "folder")]), "back")
+ html.context_button(_("Abort"),
folder_preserving_link([("mode", "folder")]), "abort")
def action(self):