Bug 888881 - Use single unicode character … instead of '...' in label profilerStarted; r=robcee

This commit is contained in:
Anton Kovalyov 2013-07-11 16:27:56 -07:00
parent a9bc125c4e
commit 59b695ca16
3 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ gcli.addCommand({
throw gcli.lookup("profilerAlreadyStarted2");
panel.toggleRecording();
return gcli.lookup("profilerStarted");
return gcli.lookup("profilerStarted2");
}
return gDevTools.showToolbox(context.environment.target, "jsprofiler")

View File

@ -48,7 +48,7 @@ function testProfilerStart() {
deferred.resolve();
});
cmd("profiler start", gcli.lookup("profilerStarted"));
cmd("profiler start", gcli.lookup("profilerStarted2"));
return deferred.promise;
}

View File

@ -1251,9 +1251,9 @@ profilerNotFound=Profile not found
# start the profiler.
profilerNotStarted3=Profiler has not been started yet. Use 'profile start' to start profiling
# LOCALIZATION NOTE (profilerStarted) A very short string that indicates that
# LOCALIZATION NOTE (profilerStarted2) A very short string that indicates that
# we have started recording.
profilerStarted=Recording...
profilerStarted2=Recording…
# LOCALIZATION NOTE (profilerNotReady) A message that is displayed whenever
# an operation cannot be completed because the profiler has not been opened yet.