Update game default frame description char limit

To accomodate the highest number of characters for the localication
request, updating the limit to 65.

Bug: 306266471
Test: m; flash; boot;
Change-Id: Ie3f6fd420ae3466b62da0d830a477039351a57f8
This commit is contained in:
Andy Yu
2024-01-03 10:04:30 -08:00
parent 1a564010bf
commit 6f19be8630

View File

@@ -2659,7 +2659,7 @@
<string name="display_white_balance_summary"></string>
<!-- Display settings screen, setting option name to change Fold setting -->
<string name="fold_lock_behavior_title">Continue using apps on fold</string>
<!-- Display settings screen, game default frame rate settings title [CHAR LIMIT=30] -->
<!-- Display settings screen, game default frame rate settings title [CHAR LIMIT=65] -->
<string name="disable_game_default_frame_rate_title">Disable default frame rate for games</string>
<!-- Display settings screen, game default frame rate settings summary [CHAR LIMIT=NONE] -->
<string name="disable_game_default_frame_rate_summary">Disable limiting the maximum frame rate for games at <xliff:g id="frame_rate" example="60">%1$d</xliff:g> Hz.</string>