110
111
except errors.NotBranchError, errmsg:
111
112
error_dialog(_('Location is not a branch'),
112
113
_('The specified location has to be a branch.'))
114
116
except errors.TargetAlreadyExists, errmsg:
115
117
error_dialog(_('Target already exists'),
116
118
_('Target directory (%s)\nalready exists. Please select another target.') % errmsg)
118
121
except errors.NonExistingParent, errmsg:
119
122
error_dialog(_('Non existing parent directory'),
120
123
_("The parent directory (%s)\ndoesn't exist.") % errmsg)