PermissionScope icon indicating copy to clipboard operation
PermissionScope copied to clipboard

Allow more characters and remove the need for hard-coded line breaks in labels

Open VFUC opened this issue 10 years ago • 2 comments

I localised some strings to German in another PR (#162) and got the (valid) response that the increasing character count would not lay out well. Considering the possibility of other languages having a similar affection for long words, I think it's not a bad idea to make the labels more flexible. I put the proposed minimumScaleFactor to 0.75, which in my opinion still qualifies as legible. In the example of the "bodyLabel" it allows for ~100 additional characters. This also removes the need to add line breaks into the middle of the strings.

VFUC avatar Apr 11 '16 18:04 VFUC

Thanks @VFUC! I'll check this out.

nickoneill avatar Apr 11 '16 21:04 nickoneill

Note: Don't forget to update Keys (string files)

bre7 avatar Apr 11 '16 22:04 bre7