Changed string resource

This commit is contained in:
2015-10-20 21:17:52 +02:00
parent ed5fb69eaf
commit e149efcfff
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ public class NetworkNotification extends AbstractNotification {
bmc = Singleton.getBitmessageContext(ctx);
builder = new NotificationCompat.Builder(ctx);
builder.setSmallIcon(R.drawable.ic_notification_full_node)
.setContentTitle(ctx.getString(R.string.bitmessage_active))
.setContentTitle(ctx.getString(R.string.bitmessage_full_node))
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
}