Skip to content

Commit

Permalink
Misc Fixes (Updating Translation Template, Missing Translations, Code…
Browse files Browse the repository at this point in the history
… Cleanup) (OpenShot#2450)

* Adding translation around new Browse preferences button
* Code clean up changes, missing translations, etc...
* Updating translation template
* Updating supporters json
  • Loading branch information
jonoomph authored Dec 14, 2018
1 parent 7a15ffc commit 8dd399e
Show file tree
Hide file tree
Showing 6 changed files with 2,001 additions and 1,139 deletions.
1 change: 0 additions & 1 deletion src/classes/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def title(self):
""" Get the translated display title of this item """
path = self.data.get("reader", {}).get("path")
folder_path, filename = os.path.split(path)
#return os.path.splitext(filename)[0]
return filename

class Transition(QueryObject):
Expand Down
Loading

0 comments on commit 8dd399e

Please sign in to comment.