traslation popup ignore user /stream

This commit is contained in:
movilla 2012-09-22 22:07:17 +02:00
parent 5372e86d55
commit 812fce7181
2 changed files with 3 additions and 2 deletions

View file

@ -61,7 +61,7 @@ app.views.StreamPost = app.views.Post.extend({
blockUser: function(evt){
if(evt) { evt.preventDefault(); }
if(!confirm("Ignore this user?")) { return }
if(!confirm(Diaspora.I18n.t('ignore_user'))) { return }
var personId = this.model.get("author").id;
var block = new app.models.Block();
@ -107,4 +107,4 @@ app.views.StreamPost = app.views.Post.extend({
return this;
}
})
})

View file

@ -8,6 +8,7 @@ en:
confirm_dialog: "Are you sure?"
delete: "Delete"
ignore: "Ignore"
ignore_user: "Ignore this user?"
timeago:
prefixAgo: ""
prefixFromNow: ""