SoftwareUpdater: Use translated application name for notification group
Fixes #16129 Change-Id: I9e12d647bc0c8b6e54297e75642a5800613f26ad Reviewed-on: https://review.haiku-os.org/c/haiku/+/2994 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
b0f530bada
commit
840f23676c
@@ -308,7 +308,7 @@ void
|
|||||||
CheckManager::_SendNotification(const char* title, const char* text)
|
CheckManager::_SendNotification(const char* title, const char* text)
|
||||||
{
|
{
|
||||||
BNotification notification(B_INFORMATION_NOTIFICATION);
|
BNotification notification(B_INFORMATION_NOTIFICATION);
|
||||||
notification.SetGroup("SoftwareUpdater");
|
notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
|
||||||
notification.SetTitle(title);
|
notification.SetTitle(title);
|
||||||
notification.SetContent(text);
|
notification.SetContent(text);
|
||||||
notification.SetOnClickApp(kAppSignature);
|
notification.SetOnClickApp(kAppSignature);
|
||||||
|
|||||||
Reference in New Issue
Block a user