mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-23 17:09:41 +01:00
translation for context error message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user