Skip to content
Snippets Groups Projects
Commit 85b1dcd9 authored by nkour's avatar nkour
Browse files

not the path, just the name, or else bold makes it huge

parent 87d482d0
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ class VcardWindow:
filesize = os.path.getsize(f) # in bytes
if filesize > 8192: # 8 kb
dialogs.ErrorDialog(_('The filesize of image "%s" is too large')\
% f,
% os.path.basename(f),
_('The file must not be more than 8 kilobytes.')).get_response()
return
fd = open(f, 'rb')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment