[freenet-cvs] r13114 - trunk/freenet/src/freenet/clients/http
toad at freenetproject.org
toad at freenetproject.org
Wed May 2 22:23:47 UTC 2007
Author: toad
Date: 2007-05-02 22:23:46 +0000 (Wed, 02 May 2007)
New Revision: 13114
Modified:
trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
Log:
Fix a couple of l10n strings
Modified: trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java 2007-05-02 21:53:28 UTC (rev 13113)
+++ trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java 2007-05-02 22:23:46 UTC (rev 13114)
@@ -184,9 +184,9 @@
if(action.equals("edit")) {
header = L10n.getString("BookmarkEditorToadlet.edit" + ((bookmark instanceof BookmarkItem) ? "Bookmark" : "Category") + "Title");
} else if(action.equals("addItem")) {
- header = L10n.getString("addNewBookmark");
+ header = L10n.getString("BookmarkEditorToadlet.addNewBookmark");
} else {
- header = L10n.getString("addNewCategory");
+ header = L10n.getString("BookmarkEditorToadlet.addNewCategory");
}
HTMLNode actionBox = content.addChild(ctx.getPageMaker().getInfobox("infobox-query", header));
More information about the cvs
mailing list