mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
gsettings-tool: Make a string translatable
https://bugzilla.gnome.org/show_bug.cgi?id=695425
This commit is contained in:
parent
74e92836d0
commit
2549c33451
@ -722,7 +722,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (schema_source == NULL)
|
||||
{
|
||||
g_printerr ("Could not load schemas from %s: %s\n", argv[2], error->message);
|
||||
g_printerr (_("Could not load schemas from %s: %s\n"), argv[2], error->message);
|
||||
g_clear_error (&error);
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user