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

Commit c55cee52 authored by Dayona Joseph's avatar Dayona Joseph Committed by Romain Hunault
Browse files

Add language translation for buttons

parent 9562a038
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
            android:name=".features.widgets.WidgetsActivity"
            android:autoRemoveFromRecents="true"
            android:excludeFromRecents="true"
            android:label="Widgets"
            android:label="@string/widgets"
            android:theme="@style/AppTheme" />

        <activity
+1 −0
Original line number Diff line number Diff line
@@ -173,5 +173,6 @@
    <string name="choose_widget">Choose widget</string>
    <string name="add_widget">Add Widget</string>
    <string name="edit">Edit</string>
    <string name="widgets">Widgets</string>

</resources>