Bug 1196251 - Revert string change in Loop panel. rs=mdeboer

This commit is contained in:
Andrei Oprea 2015-08-19 13:13:22 -07:00
parent a5322fb222
commit 39d990834d
3 changed files with 4 additions and 4 deletions

View File

@ -624,7 +624,7 @@ loop.contacts = (function(_, mozL10n) {
return (
React.createElement("div", {className: "contact-filter-container"},
React.createElement("input", {className: "contact-filter",
placeholder: mozL10n.get("contacts_search_placesholder"),
placeholder: mozL10n.get("contacts_search_placesholder2"),
valueLink: this.linkState("filter")}),
this._renderFilterClearButton()
)

View File

@ -624,7 +624,7 @@ loop.contacts = (function(_, mozL10n) {
return (
<div className="contact-filter-container">
<input className="contact-filter"
placeholder={mozL10n.get("contacts_search_placesholder")}
placeholder={mozL10n.get("contacts_search_placesholder2")}
valueLink={this.linkState("filter")} />
{this._renderFilterClearButton()}
</div>

View File

@ -86,7 +86,7 @@ settings_menu_button_tooltip=Settings
## LOCALIZATION NOTE(contacts_search_placeholder): This is the placeholder text for
## the search field.
contacts_search_placesholder=Type in contact name, email, phone number
contacts_search_placesholder2=Search…
## LOCALIZATION NOTE (new_contact_button): This is the button to open the
## new contact sub-panel.
@ -131,7 +131,7 @@ import_contacts_success_message={{total}} contact was successfully imported.;{{t
## LOCALIZATION NOTE(sync_contacts_button): This button is displayed in place of
## importing_contacts_button once contacts have been imported once.
sync_contacts_button=Sync Contacts
# LOCALIZATION NOTE(no_contacts_message_heading): Title shown when user has no
## LOCALIZATION NOTE(no_contacts_message_heading): Title shown when user has no
## contacts in his address book
no_contacts_message_heading=No contacts yet
## LOCALIZATION NOTE(no_contacts_import_or_add): Subheading inviting the user