| Summary: |
Untranslatable strings in 'Organize tracks' dialog |
| Product: |
[Applications] amarok
|
Reporter: |
André Marcelo Alvarenga <alvarenga> |
| Component: |
Collections/Organize Files Dialog | Assignee: |
Amarok Bugs <amarok-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
ralf-engels
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
2.8.0 | |
|
| Target Milestone: |
2.9 | |
|
| Platform: |
Debian testing | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
http://commits.kde.org/amarok/a5df287bb855e3cc3555dbc9d5c971021482dac5
|
Version Fixed/Implemented In:
|
2.9
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
Screenshot
|
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