saved instead of remembered, fixes #1976

This commit is contained in:
Dominik Schürmann 2017-01-03 21:54:16 +01:00
parent ac4bb3450f
commit 7616c1c8b8

View file

@ -1467,10 +1467,10 @@
<!-- PassphraseCache -->
<string name="passp_cache_notif_touch_to_clear">"Touch to clear passwords."</string>
<plurals name="passp_cache_notif_n_keys">
<item quantity="one">"%d password remembered"</item>
<item quantity="other">"%d passwords remembered"</item>
<item quantity="one">"%d password saved"</item>
<item quantity="other">"%d passwords saved"</item>
</plurals>
<string name="passp_cache_notif_keys">"Remembered passwords"</string>
<string name="passp_cache_notif_keys">"Saved passwords"</string>
<string name="passp_cache_notif_clear">"Clear Passwords"</string>
<string name="passp_cache_notif_pwd">"Password"</string>