[sysprof] libsysprof-ui: use "Recording" instead of "Capture"



commit 51021ece1a4168d43502e6220c9cabd2a39c8c27
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jul 1 17:50:36 2020 -0700

    libsysprof-ui: use "Recording" instead of "Capture"

 src/libsysprof-ui/sysprof-display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-ui/sysprof-display.c b/src/libsysprof-ui/sysprof-display.c
index 533cf03..e9886d5 100644
--- a/src/libsysprof-ui/sysprof-display.c
+++ b/src/libsysprof-ui/sysprof-display.c
@@ -1084,7 +1084,7 @@ sysprof_display_open (SysprofDisplay *self,
                                        GTK_MESSAGE_WARNING,
                                        GTK_BUTTONS_CLOSE,
                                        "%s",
-                                       _("The capture could not be opened"));
+                                       _("The recording could not be opened"));
       gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                                 "%s",
                                                 error->message);


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