[glib] gsettings-tool: Make a string translatable
- From: Jiro Matsuzawa <jmatsuzawa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gsettings-tool: Make a string translatable
- Date: Sat, 9 Mar 2013 14:58:09 +0000 (UTC)
commit 2549c33451c9460c25030baa6d25bc0002532b2a
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date: Sat Mar 9 23:56:02 2013 +0900
gsettings-tool: Make a string translatable
https://bugzilla.gnome.org/show_bug.cgi?id=695425
gio/gsettings-tool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings-tool.c b/gio/gsettings-tool.c
index c049ce0..8398793 100644
--- a/gio/gsettings-tool.c
+++ b/gio/gsettings-tool.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]