From 919c76d7014a5e35e21fac4a3c68938173337f6e Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 25 Jan 2010 19:20:47 +0000 Subject: [PATCH] ENH: New translation key --- invesalius/reader/dicom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index b48bff1..252ac80 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -1415,10 +1415,10 @@ class Parser(): if ds.FindDataElement(tag): data = str(ds.GetDataElement(tag).GetValue()) if data == "None": - return "unnamed" + return _("unnamed") if (data): return data - return "unnamed" + return _("unnamed") def GetImageTime(self): """ -- libgit2 0.21.2