Bug 1066166 - Add localized tooltip captions for each tab button on the Loop panel. r=jaws

This commit is contained in:
Mark Banner 2015-01-28 16:43:31 +00:00
Родитель 040349c46f
Коммит a011b7e263
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,7 @@ loop.panel = (function(_, mozL10n) {
React.createElement("li", {className: cx({selected: isSelected}),
key: i,
"data-tab-name": tabName,
title: mozL10n.get(tabName + "_tab_button_tooltip"),
onClick: this.handleSelectTab})
);
}

Просмотреть файл

@ -67,6 +67,7 @@ loop.panel = (function(_, mozL10n) {
<li className={cx({selected: isSelected})}
key={i}
data-tab-name={tabName}
title={mozL10n.get(tabName + "_tab_button_tooltip")}
onClick={this.handleSelectTab} />
);
}

Просмотреть файл

@ -8,6 +8,9 @@
## should remain "Firefox Hello" for all locales.
clientShortname2=Firefox Hello
rooms_tab_button_tooltip=Conversations
contacts_tab_button_tooltip=Contacts
## LOCALIZATION_NOTE(first_time_experience.title): clientShortname will be
## replaced by the brand name
first_time_experience_title={{clientShortname}} — Join the conversation