Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3670aad8 authored by kaiyiz's avatar kaiyiz Committed by Gerrit - the friendly Code Review server
Browse files

Keyguard: Remove the extra "." on SIM lock screen

The format string msim_kg_sim_pin_msg_format has one ".", while the
parameter string msg has one "。".

CRs-Fixed: 659901

Change-Id: Ifd2aedd337bb09e18f93652aea6b614637e987d3
parent 0d957642
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
    <string name="keyguard_transport_play_description" msgid="2924628863741150956">"“播放”按钮"</string>
    <string name="keyguard_transport_stop_description" msgid="3084179324810575787">"“停止”按钮"</string>
    <string name="keyguard_carrier_default" msgid="8700650403054042153">"无服务。"</string>
    <string name="msim_kg_sim_pin_msg_format">卡:<xliff:g id="number">%d</xliff:g> : <xliff:g id="msg">%s</xliff:g>.</string>
    <string name="msim_kg_sim_pin_msg_format">卡:<xliff:g id="number">%d</xliff:g> : <xliff:g id="msg">%s</xliff:g></string>

  <plurals name="kg_password_default_pin_message">
    <item quantity="one" msgid="8134313997799638254">"输入 SIM PIN,您还有<xliff:g id="NUMBER">%d</xliff:g>次尝试机会。如果仍然失败,则必须联系运营商帮您解锁设备。"</item>