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