mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
commit
1ebfe32c06
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user