Merge branch 'gio-tool-info-strings' into 'main'

gio-tool-info: Fix a duplicate attribute name in the UI

See merge request GNOME/glib!3337
This commit is contained in:
Philip Withnall 2023-04-14 15:48:43 +00:00
commit 1ebfe32c06

View File

@ -173,7 +173,7 @@ show_info (GFile *file, GFileInfo *info)
{
/* Translators: This is a noun and represents and attribute of a file */
flatten = flatten_string (name);
g_print (_("display name: %s\n"), flatten);
g_print (_("edit name: %s\n"), flatten);
g_free (flatten);
}