Use RadioButton role translation 82/311682/1 accepted/tizen/7.0/unified/20240524.070637
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:22:31 +0000 (13:22 +0200)
Change-Id: I4b2bdba18b5d5beab02d4afce7c7d5577be515d8

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: