author | Josh <jokajak@gmail.com> | 2012-06-16 01:46:56 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-06-16 01:46:56 (UTC) |
commit | 7bf1c8f74de6f83bd08b95884fa7a90a716ce308 (patch) (unidiff) | |
tree | 4df769904d5996ef30b0400c14cfd182fcf0e3e3 | |
parent | 36ff1deefcbbd24aceca97eb39a13f9da4af8ff5 (diff) | |
download | clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.zip clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.tar.gz clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.tar.bz2 |
Fix the Clipperz Compact link
The clipperz compact link should be relative to the current path
-rw-r--r-- | frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js b/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js index 9fa95e9..299ebc7 100644 --- a/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js +++ b/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js | |||
@@ -510,3 +510,3 @@ Clipperz.PM.Strings.Languages['en-us'] = { | |||
510 | <p>Add the following URL to Firefox bookmarks, or even better, drag it to the bookmark bar.</p>\ | 510 | <p>Add the following URL to Firefox bookmarks, or even better, drag it to the bookmark bar.</p>\ |
511 | <div id=\"compactLinkBox\"><a href=\"https://www.clipperz.com/beta/index.html?compact\" target=\"_search\">Clipperz Compact</a></div>\ | 511 | <div id=\"compactLinkBox\"><a href=\"index.html?compact\" target=\"_search\">Clipperz Compact</a></div>\ |
512 | </li>\ | 512 | </li>\ |