Author: j16sdiz
Date: 2009-02-10 03:42:16 +0000 (Tue, 10 Feb 2009)
New Revision: 25583

Modified:
   trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
   trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
make "Default Bookmarks" translatable (fix bug #2540)

Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java        
2009-02-10 02:37:54 UTC (rev 25582)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java        
2009-02-10 03:42:16 UTC (rev 25583)
@@ -85,7 +85,7 @@
        }
 
        public void reAddDefaultBookmarks() {
-               BookmarkCategory bc = new BookmarkCategory("Default bookmarks - 
" + new Date());
+               BookmarkCategory bc = new 
BookmarkCategory(l10n("defaultBookmarks") + " - " + new Date());
                addBookmark("/", bc);
                _innerReadBookmarks("/", bc, DEFAULT_BOOKMARKS);
        }

Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2009-02-10 
02:37:54 UTC (rev 25582)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2009-02-10 
03:42:16 UTC (rev 25583)
@@ -57,6 +57,7 @@
 BookmarkItem.bookmarkUpdatedShort=Bookmarked freesite updated: ${name}
 BookmarkItem.deleteBookmarkUpdateNotification=Delete notification
 BookmarkItem.unnamedBookmark=Unnamed Bookmark
+BookmarkManager.defaultBookmarks=Default bookmarks
 BookmarkManager.list=List of bookmarks
 BookmarkManager.listLong=A list of bookmarked freesites
 BookmarkManager.malformedBookmark=Malformed Bookmark

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to