Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-18547

One translatable character string is not set

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 5.2.0rc2
    • Frontend (F)
    • CentOS 8(Apache 2.4.37, PHP 7.2.24, MySQL 8.0.17)

      In the screen for setting the user roles, there was a sentence that could not translate only one item. When I checked the source, it seems that the specification of the translatable character string is missing for the character string only for that sentence.

       

      $ diff -Nru include/classes/helpers/CRoleHelper.php.org include/classes/helpers/CRoleHelper.php
      --- include/classes/helpers/CRoleHelper.php.org 2020-10-22 21:37:08.000000000 +0900
      +++ include/classes/helpers/CRoleHelper.php     2020-10-23 12:40:48.526174017 +0900
      @@ -488,7 +488,7 @@
                      $labels += [
                              self::ACTIONS_ACKNOWLEDGE_PROBLEMS => _('Acknowledge problems'),
                              self::ACTIONS_CLOSE_PROBLEMS => _('Close problems'),
      -                       self::ACTIONS_CHANGE_SEVERITY => ('Change severity'),
      +                       self::ACTIONS_CHANGE_SEVERITY => _('Change severity'),
                              self::ACTIONS_ADD_PROBLEM_COMMENTS => _('Add problem comments'),
                              self::ACTIONS_EXECUTE_SCRIPTS => _('Execute scripts')
                      ];
      $
      

            zabbix.dev Zabbix Development Team
            atanaka Atsushi Tanaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: