[gnome-shell/screenshot-ui-gsd-binds: 8/10] screenshot-ui: Put screencasts into a subdirectory
- From: Ivan Molodetskikh <imolodetskikh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/screenshot-ui-gsd-binds: 8/10] screenshot-ui: Put screencasts into a subdirectory
- Date: Fri, 28 Jan 2022 13:38:11 +0000 (UTC)
commit 584ed38ffd65a7b02fcfbab615310c09a64abe8b
Author: Ivan Molodetskikh <yalterz gmail com>
Date: Fri Dec 17 10:17:52 2021 +0300
screenshot-ui: Put screencasts into a subdirectory
js/ui/screenshot.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/screenshot.js b/js/ui/screenshot.js
index c17642b8a8..39c4fe6e8a 100644
--- a/js/ui/screenshot.js
+++ b/js/ui/screenshot.js
@@ -1883,7 +1883,7 @@ class ScreenshotUI extends St.Widget {
* recording, where "%d" and "%t" date and time, e.g.
* "Screencast from 07-17-2013 10:00:46 PM.webm" */
/* xgettext:no-c-format */
- _('Screencast from %d %t.webm'),
+ _('Screencasts/Screencast from %d %t.webm'),
{ 'draw-cursor': new GLib.Variant('b', drawCursor) },
([success, path], error) => {
if (error !== null) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]