diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:57:20 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:57:20 +0200 |
| commit | db70f92a77334e84ca9a04379afd49ea55c53098 (patch) | |
| tree | d91e6ec27d66ec3c5a20c9195a0eb1d834189618 /introspection/errors.xml | |
| parent | 4a76b5857faa586add8d7ce28f7804ffb65f3c68 (diff) | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Merge tag 'upstream/1.1.92'
Upstream version 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> |