Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2013-01-16 12:18:29 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-01-16 12:18:29 (GMT)
commit9b85b42ae148283587de9fb54b7fa52fa4b60c5c (patch)
tree79730eedd44c1fb449437d2ef240721a36ec660c /extensions
parenta537d713d137aca821debb88b3dd2178179cd433 (diff)
sdxo#2897: Having quotation-marks in the names of screenshot-files is giving problems; thus better to revert to previous upstream-AND-dx3 behaviour
in the naming.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/globalkey/screenshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/globalkey/screenshot.py b/extensions/globalkey/screenshot.py
index 4ece642..747a822 100644
--- a/extensions/globalkey/screenshot.py
+++ b/extensions/globalkey/screenshot.py
@@ -74,7 +74,7 @@ def handle_key_press(key):
if content_title is None:
title = _('Screenshot')
else:
- title = _('Screenshot of \"%s\"') % content_title
+ title = _('Screenshot of %s') % content_title
jobject = datastore.create()
try: