diff options
Diffstat (limited to 'Source/WebCore/platform/efl/LocalizedStringsEfl.cpp')
-rw-r--r-- | Source/WebCore/platform/efl/LocalizedStringsEfl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp b/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp index 85dcdcb..7e852f4 100644 --- a/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp +++ b/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp @@ -53,6 +53,11 @@ String resetButtonDefaultLabel() return String::fromUTF8("Reset"); } +String defaultDetailsSummaryText() +{ + return String::fromUTF8("Details"); +} + String searchableIndexIntroduction() { return String::fromUTF8("_Searchable Index"); |