https://bugs.kde.org/show_bug.cgi?id=412801

            Bug ID: 412801
           Summary: Misleading descriptions of checkbox "forceStripes"
           Product: plasmashell
           Version: master
          Platform: Compiled Sources
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Task Manager
          Assignee: h...@kde.org
          Reporter: aspotas...@gmail.com
                CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Misleading descriptions of checkbox "forceStripes".

In plasma-desktop/applets/taskmanager/package/contents/ui/ConfigAppearance.qml,
two user-visible messages are now incorrect/misleading:

  text: plasmoidVertical ? i18n("Always arrange tasks in as many rows as
columns") : i18n("Always arrange tasks in as many columns as rows")

These messages were different before a recent change:

  text: vertical ? i18n("Always arrange tasks in rows of as many columns") :
i18n("Always arrange tasks in columns of as many rows")


Explaination:
The new message "Always arrange tasks in as many rows as columns" suggests that
the number of rows is equal to the number of columns. It contradicts the old
message before change and also the current option description from
package/contents/config/main.xml:
    <entry name="forceStripes" type="Bool">
      <label>Whether to try and always layout task buttons in as many
rows/columns as set via maxStripes.</label>


Guilty commit:
https://cgit.kde.org/plasma-desktop.git/commit/?id=5e905afb07e8cf7ea1a5dbc0def0507910feb752

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to