diff --git a/shell/common/platform_util_mac.mm b/shell/common/platform_util_mac.mm index ad9b51a576cb..370eccd45b61 100644 --- a/shell/common/platform_util_mac.mm +++ b/shell/common/platform_util_mac.mm @@ -111,7 +111,7 @@ std::string GetLaunchStringForError(NSError* error) { return "The specified path doesn't exist or the helper tool at the " "specified path isn't valid"; default: - return "Failed to register the login item"; + return base::SysNSStringToUTF8([error localizedDescription]); } }