After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695425 - Untranslatable message in gsettings-tool
Untranslatable message in gsettings-tool
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gsettings
unspecified
Other All
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-08 08:13 UTC by Jiro Matsuzawa
Modified: 2013-03-09 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the bug (476 bytes, patch)
2013-03-08 08:14 UTC, Jiro Matsuzawa
committed Details | Review

Description Jiro Matsuzawa 2013-03-08 08:13:24 UTC
[Problem]
The following string is not wrapped with the gettext function.
gio/gsettings-tool.c:
723       if (schema_source == NULL)
724         {
725           g_printerr ("Could not load schemas from %s: %s\n", argv[2], error->message);

[How to Reproduction]
$ gsettings --schemadir /non/existent/dir list-recursively
Comment 1 Jiro Matsuzawa 2013-03-08 08:14:56 UTC
Created attachment 238360 [details] [review]
Patch for the bug

Make the string translatable with get gettext function.
Please review it.
Comment 2 Allison Karlitskaya (desrt) 2013-03-09 14:47:23 UTC
Review of attachment 238360 [details] [review]:

Looks good.  Thanks.