libsysprof-ui: be more specific in environment label

This commit is contained in:
Christian Hergert
2022-07-11 12:52:02 -07:00
parent 672a15b734
commit dd7d080642

View File

@ -69,7 +69,7 @@ sysprof_environ_editor_create_dummy_row (SysprofEnvironEditor *self)
g_assert (SYSPROF_IS_ENVIRON_EDITOR (self));
label = g_object_new (GTK_TYPE_LABEL,
"label", _("New variable…"),
"label", _("New environment variable…"),
"margin-start", 6,
"margin-end", 6,
"margin-top", 6,