Commit 80b2f91e authored by MickeyMoz's avatar MickeyMoz
Browse files

Merge #4134



4134: Update month chooser strings descriptions [ci skip] r=Amejia481 a=Amejia481



Co-authored-by: default avatarArturo Mejia <arturomejiamarmol@gmail.com>
parents 9d8c2ca1 762e0696
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -30,28 +30,28 @@
    <string name="mozac_feature_prompts_deny">Deny</string>
    <!-- Title of the month chooser dialog. -->
    <string name="mozac_feature_prompts_set_month">Pick a month</string>
    <!-- January (3 character long), used on the month chooser dialog. -->
    <!-- January (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_jan">Jan</string>
    <!-- February month of the year (3 character long), used on the month chooser dialog. -->
    <!-- February month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_feb">Feb</string>
    <!-- March month of the year (3 character long), used on the month chooser dialog. -->
    <!-- March month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_mar">Mar</string>
    <!-- April month of the year (3 character long), used on the month chooser dialog. -->
    <!-- April month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_apr">Apr</string>
    <!-- May month of the year (3 character long), used on the month chooser dialog. -->
    <!-- May month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_may">May</string>
    <!-- June month of the year (3 character long), used on the month chooser dialog. -->
    <!-- June month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_jun">Jun</string>
    <!-- July month of the year (3 character long), used on the month chooser dialog. -->
    <!-- July month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_jul">Jul</string>
    <!-- August month of the year (3 character long), used on the month chooser dialog. -->
    <!-- August month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_aug">Aug</string>
    <!-- September month of the year (3 character long), used on the month chooser dialog. -->
    <!-- September month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_sep">Sep</string>
    <!-- October month of the year (3 character long), used on the month chooser dialog. -->
    <!-- October month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_oct">Oct</string>
    <!-- November month of the year (3 character long), used on the month chooser dialog. -->
    <!-- November month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_nov">Nov</string>
    <!-- December month of the year (3 character long), used on the month chooser dialog. -->
    <!-- December month of the year (short description), used on the month chooser dialog. -->
    <string name="mozac_feature_prompts_dec">Dec</string>
</resources>