diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
| commit | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (patch) | |
| tree | fa41baf72753961e71dd8d5bdbe2b89c9109e4f1 /introspection/errors.xml | |
| parent | c2de0d98ba39e0a1a970d066fd19be786092f376 (diff) | |
Imported Upstream version 1.1.92 upstream/1.1.92
Diffstat (limited to 'introspection/errors.xml')
| -rw-r--r-- | introspection/errors.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/introspection/errors.xml b/introspection/errors.xml index f2db8667..34a0a7b9 100644 --- a/introspection/errors.xml +++ b/introspection/errors.xml @@ -4,21 +4,21 @@ <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright> <tp:error name="Unknown Connection"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Connection was not provided by the settings service. - </tp:docstring> + " /> </tp:error> <tp:error name="Unknown Device"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Unknown device. - </tp:docstring> + " /> </tp:error> <tp:error name="Permission Denied"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" User does not have the permission to activate this connection. - </tp:docstring> + " /> </tp:error> </tp:errors> |