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

Commit 5612ebac authored by tibbi's avatar tibbi
Browse files

adding a new string for selecting a different color

parent eb81d9a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 21
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '5.2.2'
        propVersionName = '5.2.3'
        kotlin_version = '1.2.71'
    }

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    <string name="label">Label</string>
    <string name="transparent">Transparent</string>
    <string name="transparent_color">Transparent color</string>
    <string name="select_a_different_color">Select a different color</string>

    <!-- Favorites -->
    <string name="favorites">المفضلة</string>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    <string name="label">Etiket</string>
    <string name="transparent">Transparent</string>
    <string name="transparent_color">Transparent color</string>
    <string name="select_a_different_color">Select a different color</string>

    <!-- Favorites -->
    <string name="favorites">Sevimlilər</string>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    <string name="label">Label</string>
    <string name="transparent">Transparent</string>
    <string name="transparent_color">Transparent color</string>
    <string name="select_a_different_color">Select a different color</string>

    <!-- Favorites -->
    <string name="favorites">Favorites</string>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    <string name="label">Etiqueta</string>
    <string name="transparent">Transparent</string>
    <string name="transparent_color">Transparent color</string>
    <string name="select_a_different_color">Select a different color</string>

    <!-- Favorites -->
    <string name="favorites">Preferits</string>
Loading