69
69
_i18n('Please select a file from the list,\nor choose the other option.'))
74
76
except errors.NotBranchError:
75
77
error_dialog(_i18n('Directory is not a branch'),
76
78
_i18n('You can perform this action only in a branch.'))
78
80
elif radio_unknown.get_active():
79
81
# Add unknown files recursively
82
86
except errors.NotBranchError:
83
87
error_dialog(_i18n('Directory is not a branch'),
84
88
_i18n('You can perform this action only in a branch.'))