Skip to content

Commit

Permalink
add privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrenklint committed Feb 2, 2012
1 parent e04d9a0 commit 36a9653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/frontend/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ menu.initialize = function() {
aboutUsMenuItem.addItem(wunderlist.language.data.wunderkinder, function() {Titanium.Desktop.openURL('http://www.6wunderkinder.com')});
aboutUsMenuItem.addItem(wunderlist.language.data.wunderkinder_tw, function() {Titanium.Desktop.openURL('http://www.twitter.com/6Wunderkinder')});
aboutUsMenuItem.addItem(wunderlist.language.data.wunderkinder_fb, function() {Titanium.Desktop.openURL('http://www.facebook.com/6Wunderkinder')});
aboutUsMenuItem.addItem(wunderlist.language.data.privacy_policy, function() {Titanium.Desktop.openURL('http://www.6wunderkinder.com/privacy-policy/')});
//aboutUsMenuItem.addSeparatorItem();
//aboutUsMenuItem.addItem(wunderlist.language.data.changelog, function() {Titanium.Desktop.openURL('http://www.6wunderkinder.com/wunderlist/changelog')});

Expand Down
1 change: 1 addition & 0 deletions language/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"wunderkinder": "6Wunderkinder",
"wunderkinder_fb": "Follow us on Facebook",
"wunderkinder_tw": "Follow us on Twitter",
"privacy_policy": "Privacy policy",
"delete_account": "Delete Account",
"sign_in": "Sign in",
"restart": "The changes you made require a restart. Please restart Wunderlist manually.",
Expand Down

0 comments on commit 36a9653

Please sign in to comment.