From 56304d4a7c54c5a9b632076d3000a5201cff669b Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 2 Mar 2018 10:05:19 +0100 Subject: Add tooltips on share configuration buttons (#1805) Add a tooltip on the add and remove buttons in the share configuration page. --- app/i18n/it/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/it/conf.php') diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 9e20236f1..5ab343c4d 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -126,6 +126,7 @@ return array( ), 'sharing' => array( '_' => 'Condivisione', + 'add' => 'Add a sharing method', // TODO 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Email', @@ -133,6 +134,7 @@ return array( 'g+' => 'Google+', 'more_information' => 'Ulteriori informazioni', 'print' => 'Stampa', + 'remove' => 'Remove sharing method', // TODO 'shaarli' => 'Shaarli', 'share_name' => 'Nome condivisione', 'share_url' => 'URL condivisione', -- cgit v1.2.3