recorder: change "at" to "from" in recording filenames
It makes more sense, given they're from the past.
This commit is contained in:
parent
87e46f3ff1
commit
ddf27c1a84
@ -112,7 +112,7 @@ function _initRecorder() {
|
|||||||
recorder.set_framerate(recorderSettings.get_int('framerate'));
|
recorder.set_framerate(recorderSettings.get_int('framerate'));
|
||||||
/* Translators: this is a filename used for screencast recording */
|
/* Translators: this is a filename used for screencast recording */
|
||||||
// xgettext:no-c-format
|
// xgettext:no-c-format
|
||||||
recorder.set_filename(_("Screencast at %d %t.") + recorderSettings.get_string('file-extension'));
|
recorder.set_filename(_("Screencast from %d %t.") + recorderSettings.get_string('file-extension'));
|
||||||
let pipeline = recorderSettings.get_string('pipeline');
|
let pipeline = recorderSettings.get_string('pipeline');
|
||||||
|
|
||||||
if (!pipeline.match(/^\s*$/))
|
if (!pipeline.match(/^\s*$/))
|
||||||
|
Loading…
Reference in New Issue
Block a user