summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-03-03 13:13:11 -0500
committerDavid Zeuthen <davidz@redhat.com>2011-03-03 13:18:05 -0500
commit02cebdb060e76e6d176f05ef24968e6d17225edb (patch)
treead0bf3810442b299a21e5014364ab6733ead4475 /po/POTFILES.in
parent76792accc8c846059b551dfba91ec3cd24d45d71 (diff)
downloadpolkit-02cebdb060e76e6d176f05ef24968e6d17225edb.tar.gz
Deprecated PolkitBackendActionLookup
Instead, pass the untranslated message as polkit.message and set the gettext domain on polkit.gettext_domain. For printf()-style messages, occurences of the form $(name_of_key) in the translated version of polkit.message are expanded with the value of the property name_of_key. See the pkexec(1) mechanism for an example of how to use this. Additionally, the property polkit.icon_name can be set to the icon. Note that not all authentication agents use this - in particular, gnome-shell does not. It is no longer possible to set the details to be shown in the authentication dialog. It was never a good idea to hide information there anyway. Instead, the mechanism should format a meaningful message. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6998ef3..02f8255 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,4 +4,4 @@
actions/org.freedesktop.policykit.policy.in
src/examples/org.freedesktop.policykit.examples.pkexec.policy.in
src/polkitbackend/polkitbackendlocalauthority.c
-src/programs/pkexec-action-lookup.c
+src/programs/pkexec.c