gui: French translation
[fanfix.git] / src / be / nikiroo / fanfix / reader / ui / GuiReaderGroup.java
index 160dfb4d6557859d3195d7a9cf8d031a2ab6a2ed..3e09aeaf03efad3d2fac4ec00b1b8eced26549b6 100644 (file)
@@ -10,6 +10,7 @@ import java.util.List;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
 
+import be.nikiroo.fanfix.bundles.StringIdGui;
 import be.nikiroo.fanfix.reader.ui.GuiReaderBook.BookActionListener;
 import be.nikiroo.utils.ui.WrapLayout;
 
@@ -56,7 +57,7 @@ public class GuiReaderGroup extends JPanel {
 
                if (title != null) {
                        if (title.isEmpty()) {
-                               title = "[unknown]";
+                               title = GuiReader.trans(StringIdGui.MENU_AUTHORS_UNKNOWN);
                        }
 
                        JLabel label = new JLabel();
@@ -83,8 +84,8 @@ public class GuiReaderGroup extends JPanel {
        /**
         * Refresh the list of {@link GuiReaderBook}s displayed in the control.
         * 
-        * @param stories
-        *            the new list of stories
+        * @param infos
+        *            the new list of infos
         * @param seeWordcount
         *            TRUE to see word counts, FALSE to see authors
         */