Bug 1050085 - Clean up performance L10N comments. r=flod

This commit is contained in:
Jordan Santell 2015-08-04 18:11:24 -07:00
parent c84b3bb2bd
commit 8115a86f0f
2 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<!ENTITY performanceUI.exportButton "Save">
<!-- LOCALIZATION NOTE (performanceUI.clearButton): This string is displayed
- on a button that remvoes all the recordings. -->
- on a button that removes all the recordings. -->
<!ENTITY performanceUI.clearButton "Clear">
<!-- LOCALIZATION NOTE (performanceUI.toolbar.*): These strings are displayed

View File

@ -36,7 +36,8 @@ noRecordingsText=There are no profiles yet.
# LOCALIZATION NOTE (recordingsList.itemLabel):
# This string is displayed in the recordings list of the Performance Tools,
# identifying a set of function calls.
# identifying a set of function calls. %S represents the number of recording,
# iterating for every new recording, resulting in "Recording #1", "Recording #2", etc.
recordingsList.itemLabel=Recording #%S
# LOCALIZATION NOTE (recordingsList.recordingLabel):