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