Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jarabe/frame/clipboardobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/frame/clipboardobject.py b/src/jarabe/frame/clipboardobject.py
index 8537c34..0a595d0 100644
--- a/src/jarabe/frame/clipboardobject.py
+++ b/src/jarabe/frame/clipboardobject.py
@@ -44,7 +44,7 @@ class ClipboardObject(object):
if not mime_type:
mime_type = 'Data'
- name = _('%s clipping') % type
+ name = _('%s clipping') % mime_type
return name