diff options
Diffstat (limited to 'Source/WebCore/platform/brew/LocalizedStringsBrew.cpp')
-rw-r--r-- | Source/WebCore/platform/brew/LocalizedStringsBrew.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/platform/brew/LocalizedStringsBrew.cpp b/Source/WebCore/platform/brew/LocalizedStringsBrew.cpp index 08e2002..c4dac1a 100644 --- a/Source/WebCore/platform/brew/LocalizedStringsBrew.cpp +++ b/Source/WebCore/platform/brew/LocalizedStringsBrew.cpp @@ -46,6 +46,11 @@ String resetButtonDefaultLabel() return "Reset"; } +String defaultDetailsSummaryText() +{ + return "Details"; +} + String searchableIndexIntroduction() { return "Searchable Index"; |