mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: use "Recording" instead of "Capture"
This commit is contained in:
@ -1084,7 +1084,7 @@ sysprof_display_open (SysprofDisplay *self,
|
|||||||
GTK_MESSAGE_WARNING,
|
GTK_MESSAGE_WARNING,
|
||||||
GTK_BUTTONS_CLOSE,
|
GTK_BUTTONS_CLOSE,
|
||||||
"%s",
|
"%s",
|
||||||
_("The capture could not be opened"));
|
_("The recording could not be opened"));
|
||||||
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
|
||||||
"%s",
|
"%s",
|
||||||
error->message);
|
error->message);
|
||||||
|
|||||||
Reference in New Issue
Block a user