Fix poll votes displaying random number
i have no idea where the number was coming from
This commit is contained in:
parent
8a911f238b
commit
66c17006d1
|
@ -5,7 +5,7 @@
|
||||||
<key>poll votes count</key>
|
<key>poll votes count</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSStringLocalizedFormatKey</key>
|
<key>NSStringLocalizedFormatKey</key>
|
||||||
<string>%2$#@votes@</string>
|
<string>%#@votes@</string>
|
||||||
<key>votes</key>
|
<key>votes</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSStringFormatSpecTypeKey</key>
|
<key>NSStringFormatSpecTypeKey</key>
|
||||||
|
|
Loading…
Reference in New Issue