Skip to content

Commit

Permalink
fix positional substitutions in position string
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeeta26 committed Oct 4, 2024
1 parent fbf5e5b commit 47d14f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentui_tablayout/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<string name="tab_content_description">\u0020 tab %1$d of %2$d</string>

<!-- Describes the Numbering of Pill Butons Inside PillBar -->
<string name="position_string">Item %d in list of %d</string>
<string name="position_string">Item %1$d in list of %2$d</string>
</resources>

0 comments on commit 47d14f3

Please sign in to comment.