aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender/crash_report_sender.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/sender/crash_report_sender.m')
-rw-r--r--src/client/mac/sender/crash_report_sender.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/mac/sender/crash_report_sender.m b/src/client/mac/sender/crash_report_sender.m
index b6576933..6aa8887d 100644
--- a/src/client/mac/sender/crash_report_sender.m
+++ b/src/client/mac/sender/crash_report_sender.m
@@ -612,6 +612,12 @@ NSString *const kDefaultServerType = @"google";
float emailLabelWidthDelta = [emailLabel_ breakpad_adjustWidthToFit];
[emailEntryField_ breakpad_shiftHorizontally:emailLabelWidthDelta];
+ // Localize the placeholder text.
+ [[commentsEntryField_ cell]
+ setPlaceholderString:NSLocalizedString(@"commentsPlaceholder", @"")];
+ [[emailEntryField_ cell]
+ setPlaceholderString:NSLocalizedString(@"emailPlaceholder", @"")];
+
// Localize the privacy policy label, and keep it right-aligned to the arrow.
[privacyLinkLabel_ setStringValue:NSLocalizedString(@"privacyLabel", @"")];
float privacyLabelWidthDelta = [privacyLinkLabel_ breakpad_adjustWidthToFit];