Skip to content

Commit

Permalink
German language updates, clean up duplicates with trailing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Oct 7, 2015
1 parent 15ba938 commit 5a41998
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 136 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
nursix-1.1.0-devel-2868-gf4a0a50 (2015-10-07 12:10:24)
nursix-1.1.0-devel-2869-g15ba938 (2015-10-07 20:10:22)
4 changes: 2 additions & 2 deletions controllers/msg.py
Expand Up @@ -1546,13 +1546,13 @@ def twitter_result():

filter_widgets = [
S3DateFilter("date",
label=T("Tweeted On"),
label=T("Tweeted on"),
hide_time=True,
_class="date-filter-class",
comment=T("Filter Tweets by the date they were tweeted on"),
),
S3TextFilter("from_address",
label=T("Tweeted By"),
label=T("Tweeted by"),
_class="tweeter-filter-class",
comment=T("Filter Tweets by who tweeted them"),
)
Expand Down

0 comments on commit 5a41998

Please sign in to comment.