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