From 12a9ae6e435716d2bad56a61c20b01a4250baef3 Mon Sep 17 00:00:00 2001
From: jvoisin
Date: Tue, 28 May 2013 15:02:41 +0200
Subject: Update translations
---
mat-gui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'mat-gui')
diff --git a/mat-gui b/mat-gui
index de77a47..9f588bf 100755
--- a/mat-gui
+++ b/mat-gui
@@ -160,10 +160,10 @@ class GUI(object):
Popup that display on double-clic
metadata from a file
'''
- label = '%s\'s metadatas:\n' % self.liststore[row][1]
+ label = _('%s\'s metadatas:\n') % self.liststore[row][1]
meta = ''
if not self.liststore[row][6] or self.liststore[row][0].file.is_clean():
- meta = 'No metadata found'
+ meta = _('No metadata found')
self.liststore[row][4] = _('Clean')
else:
self.liststore[row][4] = _('Dirty')
@@ -380,7 +380,7 @@ non-anonymised) file to output archive'))
if mime:
store.append([item, mime])
else:
- store.append([item, 'unknown'])
+ store.append([item, _('unknown')])
treeview = Gtk.TreeView(store)
vbox.pack_start(treeview, True, True, 0)
--
cgit v1.3