-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure menu entries' titles are at most 28 char long
This reuse the code for preference's title. Its distinct issues, because the description mentioned the limit, and the description must be a constant. This commit also updated all string resources to add the 28 character limit. It should be noted that, while most menus are shown as context menu/overflow menu, there is one exception. The sidebar menu. Still, it seems to me that 28 characters for statistics, card browser, deck picker, is also a reasonable constraint. The side menu is relatively small, and the text is big. Admittedly, we allow for two lines there if necessary, so it should still be okay with long-ish strings.
- Loading branch information
1 parent
197b2bc
commit 3bc3bee
Showing
11 changed files
with
165 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.