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

Commit 467a6d55 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Issue 1088: Translatable downloading strings

parent e5d642e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class InstallAppWorker @AssistedInject constructor(
        appInstallProcessor.processInstall(fusedDownloadId, isPackageUpdate) { title ->
            setForeground(
                createForegroundInfo(
                    "Installing $title"
                    "${context.getString(R.string.installing)} $title"
                )
            )
        }