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

Commit 1da842af authored by Stuart Scott's avatar Stuart Scott
Browse files

Re-add a string which was accidently removed.

bug:20051165
Change-Id: I43214f30650565499ffbdddb3819e96ac957ebf1
parent b8df8a29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4582,6 +4582,8 @@
    <string name="auto_restore_summary">When reinstalling an app, restore backed up settings and data</string>
    <!-- Title of the preference informing the user about the backup service being inactive [CHAR LIMIT=50]-->
    <string name="backup_inactive_title">Backup service is inactive.</string>
    <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
    <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>

    <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
    <string name="local_backup_password_title">Desktop backup password</string>
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public class PrivacySettings extends SettingsPreferenceFragment implements Index
        if (summary != null) {
            mConfigure.setSummary(summary);
        } else {
            //mConfigure.setSummary(R.string.backup_configure_account_default_summary);
            mConfigure.setSummary(R.string.backup_configure_account_default_summary);
        }
    }