This commit is contained in:
Samuel Findlay 2012-05-31 23:58:10 +10:00
parent 5b7bc879ac
commit 606da7ab76

View File

@ -177,7 +177,7 @@ class SongImportForm(OpenLPWizard):
UiStrings().Browse)
f_label = 'Filename:'
if select_mode == SongFormatSelect.SingleFolder:
f_label = 'Folders:'
f_label = 'Folder:'
self.formatWidgets[format][u'filepathLabel'].setText(
translate('SongsPlugin.ImportWizardForm', f_label))
for format in self.disablableFormats: