Strings: Album Artist, The or The Album Artist (just 'or' is translatable) Artist, The or The Artist (just 'or' is translatable) The Album Artist The Artist See screenshot. file: src/dialogs/OrganizeCollectionDialog.cpp args["albumartist"] = i18n( "%1 or %2", QLatin1String("Album Artist, The") , QLatin1String("The Album Artist") ); args["thealbumartist"] = "The Album Artist"; args["theartist"] = "The Artist"; args["artist"] = i18n( "%1 or %2", QLatin1String("Artist, The") , QLatin1String("The Artist") ); Reproducible: Always Steps to Reproduce: 1. Right click on Local Collection 2. Click on Organize Files 3. Choose 'Advanced...' button (if Basic... mode is enabled) The dialog Title name is inconsistent with Context Menu name. Context Menu = Organize Files Dialog Title = Organize tracks
Created attachment 85296 [details] Screenshot
Git commit a5df287bb855e3cc3555dbc9d5c971021482dac5 by Myriam Schweingruber. Committed on 30/05/2016 at 09:25. Pushed by schweingruber into branch 'master'. Fix untranslatable string Fix untranslatable string in Organize Collection Dialog FIXED-IN: 2.9 M +2 -2 src/dialogs/OrganizeCollectionDialog.cpp http://commits.kde.org/amarok/a5df287bb855e3cc3555dbc9d5c971021482dac5