mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888881 - Use single unicode character … instead of '...' in label profilerStarted; r=robcee
This commit is contained in:
parent
76fbd39046
commit
62a9d6673b
@ -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")
|
||||
|
@ -48,7 +48,7 @@ function testProfilerStart() {
|
||||
deferred.resolve();
|
||||
});
|
||||
|
||||
cmd("profiler start", gcli.lookup("profilerStarted"));
|
||||
cmd("profiler start", gcli.lookup("profilerStarted2"));
|
||||
return deferred.promise;
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user