Use RadioButton role translation 84/311684/1
authorArtur Świgoń <a.swigon@samsung.com>
Thu, 23 May 2024 11:22:31 +0000 (13:22 +0200)
committerArtur Świgoń <a.swigon@samsung.com>
Thu, 23 May 2024 11:32:02 +0000 (11:32 +0000)
Change-Id: I4b2bdba18b5d5beab02d4afce7c7d5577be515d8
(cherry picked from commit f1a0e65e40922a2cd11e20629f2aeb87543df93d)

src/reading_composer.c

index 38844caf8583cea2ac19a63ad2ed1c4d57fc1e65..32eeae343bdf6061f0f5b086a452f4b2093db19f 100644 (file)
@@ -195,6 +195,10 @@ TIZEN_PROD_STATIC char *generate_role_trait_from_role(AtspiAccessibleReadingMate
                ESAL(buf, _("IDS_ACCS_TBOPT_SLIDER_TTS"));
                break;
        }
+       case ATSPI_ROLE_RADIO_BUTTON: {
+               ESAL(buf, _("IDS_ACCS_TBOPT_RADIO_BUTTON"));
+               break;
+       }
        case ATSPI_ROLE_INVALID:
        case ATSPI_ROLE_PAGE_TAB:
        case ATSPI_ROLE_EDITBAR: