Changed string resource
This commit is contained in:
parent
ed5fb69eaf
commit
e149efcfff
@ -27,7 +27,7 @@ public class NetworkNotification extends AbstractNotification {
|
|||||||
bmc = Singleton.getBitmessageContext(ctx);
|
bmc = Singleton.getBitmessageContext(ctx);
|
||||||
builder = new NotificationCompat.Builder(ctx);
|
builder = new NotificationCompat.Builder(ctx);
|
||||||
builder.setSmallIcon(R.drawable.ic_notification_full_node)
|
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);
|
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<string name="settings">Einstellungen</string>
|
<string name="settings">Einstellungen</string>
|
||||||
<string name="wifi_only">Nur WLAN</string>
|
<string name="wifi_only">Nur WLAN</string>
|
||||||
<string name="wifi_only_summary">Nicht mit Mobilfunknetz verbinden</string>
|
<string name="wifi_only_summary">Nicht mit Mobilfunknetz verbinden</string>
|
||||||
<string name="bitmessage_active">Bitmessage ist aktiv</string>
|
<string name="bitmessage_full_node">Bitmessage Netzknoten</string>
|
||||||
<string name="subject">Betreff</string>
|
<string name="subject">Betreff</string>
|
||||||
<string name="to">An</string>
|
<string name="to">An</string>
|
||||||
<string name="title_message_detail">Nachricht</string>
|
<string name="title_message_detail">Nachricht</string>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<string name="app_name">Abit</string>
|
<string name="app_name">Abit</string>
|
||||||
<string name="title_message_detail">Message Detail</string>
|
<string name="title_message_detail">Message Detail</string>
|
||||||
<string name="title_subscription_detail">Subscription Detail</string>
|
<string name="title_subscription_detail">Subscription Detail</string>
|
||||||
<string name="bitmessage_active">Bitmessage active</string>
|
<string name="bitmessage_full_node">Bitmessage Node</string>
|
||||||
<string name="wifi_mode">Wi-Fi Connection Mode</string>
|
<string name="wifi_mode">Wi-Fi Connection Mode</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">Settings</string>
|
||||||
<string name="wifi_only">Wi-Fi only</string>
|
<string name="wifi_only">Wi-Fi only</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user