feat(bulk-report-replies): show localized shortcut for Mac users
The Alt key for Mac users is usually called the Option key, and is
usually symbolized by the "⌥" character.
This commit replaces the text shown to Mac users so they see "⌥ + R"
instead of "Alt + R".
Bug: twpowertools:192
Fixed: twpowertools:239
Change-Id: I6a6a636cdafae7548e6103015ffa20d33ab44a57
diff --git a/src/lit-locales/source/es.xlf b/src/lit-locales/source/es.xlf
index 2e5dea8..3da6fd9 100644
--- a/src/lit-locales/source/es.xlf
+++ b/src/lit-locales/source/es.xlf
@@ -46,11 +46,14 @@
<target state="translated">Informa de varias respuestas a la vez</target>
<note from="lit-localize">Option shown in the settings menu of the thread toolbar which enables the "bulk report replies" feature.</note>
</trans-unit>
- <trans-unit id="sb30734baa37281be" xml:space="preserve">
- <source>(Alt+R)</source>
- <target state="translated">(Alt+R)</target>
- <note from="lit-localize">Text shown below the "bulk report replies" feature, to let the user know that they can use this keyboard shortcut to toggle it.</note>
- </trans-unit>
+<trans-unit id="s9c0adc97ce1e614c">
+ <source>(Alt + R)</source>
+ <note from="lit-localize">Text shown below the "bulk report replies" toggle, to let the user know that they can use this keyboard shortcut to toggle it.</note>
+</trans-unit>
+<trans-unit id="s23d50c510d921290">
+ <source>(⌥ + R)</source>
+ <note from="lit-localize">Text shown to Mac users below the "bulk report replies" toggle, to let them know that they can use this keyboard shortcut to toggle it.</note>
+</trans-unit>
</body>
</file>
</xliff>