coquille--
[minwii.git] / src / minwii / widgets / songfilebrowser.py
index fcb1c21..aa34c65 100755 (executable)
@@ -65,7 +65,7 @@ class FileOpenDialog(FileDialog):
                     'padding_right': 4,
                     'padding_top': 2,
                     'padding_bottom': 2}
-        self.title = basic.Label("Ouvrir un chanson", cls="dialog.title.label")
+        self.title = basic.Label("Ouvrir une chanson", cls="dialog.title.label")
         self.body = table.Table()
         self.list = area.List(width=700, height=250)
         self.input_dir = input.Input()