Bug 835896 - Update inspector search string for better localization practice;r=flod

This commit is contained in:
Brian Grinstead 2015-05-10 12:44:47 -07:00
Родитель e1b273a179
Коммит fb10892f66
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -74,10 +74,10 @@ inspector.collapsePane=Collapse pane
inspector.expandPane=Expand pane
# LOCALIZATION NOTE (inspector.searchResultsCount): This is the label that
# will show up next to the inspector search box showing the current result
# index alongside the total number of search results. For example, "3 of 9".
# will show up next to the inspector search box. %1$S is the current result
# index and %2$S is the total number of search results. For example: "3 of 9".
# This won't be visible until the search box is updated in Bug 835896.
inspector.searchResultsCount=%S of %S
inspector.searchResultsCount2=%1$S of %2$S
# LOCALIZATION NOTE (inspector.searchResultsNone): This is the label that
# will show up next to the inspector search box when no matches were found