mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +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)
|
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);
|
g_clear_error (&error);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user