From 95ddf069fb48323125b52d1f3afdee87ae1105e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 7 May 2010 09:04:57 +0000 Subject: [PATCH] * Fixed the last translated add-on path that was overlooked in the previous fix, thanks to Jorma Karvonen for reporting! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36708 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/mail/Account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/mail/Account.cpp b/src/preferences/mail/Account.cpp index c542e73051..78f13f952b 100644 --- a/src/preferences/mail/Account.cpp +++ b/src/preferences/mail/Account.cpp @@ -307,7 +307,7 @@ Account::CreateInbound() // New Mail Notification path = addOnPath; path.Append(kSystemFilterAddOnPath); - path.Append(B_TRANSLATE("New mail notification")); + path.Append("New mail notification"); if (!BEntry(path.Path()).Exists()) { find_directory(B_BEOS_ADDONS_DIRECTORY, &path); path.Append(kSystemFilterAddOnPath);