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

Commit 042b5e97 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'enable_app_name_translation' into 'master'

Fix app name translation caused by translatable attribute in string file

See merge request e/apps/Message!28
parents 02b4fa2f afcea2e0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  -->
<resources>

    <string name="app_name" translatable="false">Message</string>
    <string name="app_name">Message</string>
    <string name="title_qksms_plus" translatable="false">QKSMS+</string>
    <string name="shortcut_compose_long_label">New conversation</string>
    <string name="shortcut_compose_short_label">Compose</string>