diff --git a/src/akonadi-contacts/actions/contactactionssettings.kcfg.cmake b/src/akonadi-contacts/actions/contactactionssettings.kcfg.cmake index 0cf9f6a2..64f3e3ca 100644 --- a/src/akonadi-contacts/actions/contactactionssettings.kcfg.cmake +++ b/src/akonadi-contacts/actions/contactactionssettings.kcfg.cmake @@ -1,103 +1,103 @@ Defines which application shall be used to show the postal address of a contact on a map. If 'Web Browser' is selected, an URL can be defined with placeholders for the single address parts. If 'External Application' is selected, a command with placeholders can be defined. - UseBrowser + UseOpenStreetMap This URL defines the website that shall be used to show a contact's postal address. The following placeholders can be used in the URL: %s: Street %r: Region %l: Location %z: Zip Code %c: Country ISO Code This command defines the application that shall be executed to show a contact's postal address. The following placeholders can be used in the command: %s: Street %r: Region %l: Location %z: Zip Code %c: Country ISO Code Defines which application shall be used to dial the phone number of a contact. If 'Skype' is selected the Skype application will be started (if installed on the computer) and the number is dialed. If 'External Application' is selected, a command with placeholders can be defined. @AKONADI_PHONE_DIAL_DEFAULT@ This command defines the application that shall be executed to dial a contact's phone number. The following placeholders can be used in the command: %N: The raw number as stored in the address book. %n: The normalized number with all non-digit characters removed. kdeconnect-cli --name 'phone name' --share 'tel:%N' The following placeholders can be used in the command: %N: The raw number as stored in the address book. %n: The normalized number with all non-digit characters removed. Defines which application shall be used to send an SMS to the phone number of a contact. If 'Skype' is selected the Skype application will be started (if installed on the computer) and the SMS is sent via Skype. If 'External Application' is selected, a command with placeholders can be defined. @AKONADI_SEND_SMS_DEFAULT@ This command defines the application that shall be executed to send an SMS to a contact's phone number. The following placeholders can be used in the command: %N: The raw number as stored in the address book. %n: The normalized number with all non-digit characters removed. %t: The text kdeconnect-cli --name 'phone name' --destination %N --send-sms '%t' The following placeholders can be used in the command: %N: The raw number as stored in the address book. %n: The normalized number with all non-digit characters removed. %t: The text