* src/ImageSelect.py: make sure that description doesn't exceed the image

size
* src/MediaView.py: mark <local copy> for translation
* src/gramps.glade: eliminate fixed size for side panel, helps with translations.


svn: r2589
This commit is contained in:
Don Allingham
2004-01-06 04:34:19 +00:00
parent c681413e0d
commit 8028428fc0
3 changed files with 10 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ class MediaView:
id = src.getId()
type = Utils.get_mime_description(src.getMimeType())
if src.getLocal():
path = "<local copy>"
path = _("<local copy>")
else:
path = src.getPath()
stitle = string.upper(title)