Home
last modified time | relevance | path

Searched refs:insert_txt (Results 1 – 1 of 1) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dgui.py1905 def error_check_files(self, insert_txt): argument
1906 if len(insert_txt) == 0 or insert_txt[0] != '/':
1910 …bel.set_text((_("The entry '%s' is not a valid path. Paths must begin with a '/'.")) % insert_txt)