translation for context error message

This commit is contained in:
DYefremov
2018-10-26 20:00:11 +03:00
parent 0db2080e2b
commit 2f6450f2b4
5 changed files with 4 additions and 1 deletions

View File

@@ -1466,7 +1466,7 @@ class MainAppWindow:
cur_name, srv_type, fav_id = data[2], data[5], data[7]
if srv_type == BqServiceType.IPTV.name or srv_type == BqServiceType.MARKER.name:
show_dialog(DialogType.ERROR, self._main_window, "This action is not allowed in current context!")
show_dialog(DialogType.ERROR, self._main_window, "Not allowed in this context!")
return
response = show_dialog(DialogType.INPUT, self._main_window, cur_name)