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

This commit is contained in:
Christian Hergert
2020-07-01 17:50:36 -07:00
parent 88df2711e3
commit 51021ece1a

View File

@ -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);