[gnome-shell] recorder: change "at" to "from" in recording filenames



commit ddf27c1a84994b30624f79592e53dfdc7dcc60d9
Author: Ray Strode <rstrode redhat com>
Date:   Fri Feb 24 19:01:40 2012 -0500

    recorder: change "at" to "from" in recording filenames
    
    It makes more sense, given they're from the past.

 js/ui/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 0a2d425..06300a7 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -112,7 +112,7 @@ function _initRecorder() {
             recorder.set_framerate(recorderSettings.get_int('framerate'));
             /* Translators: this is a filename used for screencast recording */
             // 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');
 
             if (!pipeline.match(/^\s*$/))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]