[dconf-editor] If it can help.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] If it can help.
- Date: Wed, 22 Nov 2017 04:21:08 +0000 (UTC)
commit 0c02a43014d816edfdd50c72d015a78c1c002f2e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Wed Nov 22 05:20:44 2017 +0100
If it can help.
editor/dconf-editor.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index 8982e2c..f6a62bb 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -95,7 +95,7 @@ class ConfigurationEditor : Gtk.Application
else if (backend_name == "GNullSettingsBackend") // called with GSETTINGS_BACKEND=null
warning (_("The Null settings backend is used, changes will not be saved."));
else if (backend_name != "DConfSettingsBackend")
- warning (_("The backend used is unknown, bad thing might happen."));
+ warning (_("The backend used is unknown [%s], bad thing might happen.").printf (backend_name));
else // called by default or with
GSETTINGS_BACKEND=dconf
info (_("Looks like the DConf settings backend is used, all looks good."));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]