]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Part of bug #3436624: Fix delicious URL in template and translation base file
authorChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 12:58:46 +0000 (13:58 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 12:58:46 +0000 (13:58 +0100)
data/locales/messages.po
data/templates/default/importDelicious.tpl.php

index 56646cfd3be52f74dd86ba543b7d74ff0ba8c50e..6276a8bbefa3b7d2e86dcba59b63a878a56c9fbb 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-01 17:15+0100\n"
+"POT-Creation-Date: 2012-01-20 13:58+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -660,8 +660,8 @@ msgstr ""
 
 #: data/templates/default/importDelicious.tpl.php:33
 msgid ""
-"Log in to the <a href=\"http://del.icio.us/api/posts/all\">export page at "
-"del.icio.us</a>"
+"Log in to the <a href=\"https://api.del.icio.us/v1/posts/all\">export page "
+"at del.icio.us</a>"
 msgstr ""
 
 #: data/templates/default/importDelicious.tpl.php:34
index bc4d892cce731dfc5907dee3b45434205d078929..0f53cde8822389b9c535652d2f9b0ea857d708d5 100644 (file)
@@ -30,7 +30,7 @@ $this->includeTemplate($GLOBALS['top_include']);
 
 <h3><?php echo T_('Instructions'); ?></h3>
 <ol>
-    <li><?php echo T_('Log in to the <a href="http://del.icio.us/api/posts/all">export page at del.icio.us</a>'); ?>.</li>
+    <li><?php echo T_('Log in to the <a href="https://api.del.icio.us/v1/posts/all">export page at del.icio.us</a>'); ?>.</li>
     <li><?php echo T_('Save the resulting <abbr title="Extensible Markup Language">XML</abbr> file to your computer'); ?>.</li>
     <li><?php echo T_('Click <kbd>Browse...</kbd> to find this file on your computer. The maximum size the file can be is 1MB'); ?>.</li>
     <li><?php echo T_('Select the default privacy setting for your imported bookmarks'); ?>.</li>