diff --git a/src/apps/softwareupdater/CheckManager.cpp b/src/apps/softwareupdater/CheckManager.cpp index 68909ada56..d877927c06 100644 --- a/src/apps/softwareupdater/CheckManager.cpp +++ b/src/apps/softwareupdater/CheckManager.cpp @@ -308,7 +308,7 @@ void CheckManager::_SendNotification(const char* title, const char* text) { BNotification notification(B_INFORMATION_NOTIFICATION); - notification.SetGroup("SoftwareUpdater"); + notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater")); notification.SetTitle(title); notification.SetContent(text); notification.SetOnClickApp(kAppSignature);