Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added positions for the about message #1632

Merged
merged 1 commit into from Nov 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -18,7 +18,7 @@
<string name="leak_canary_about_menu">About LeakCanary</string>
<string name="leak_canary_about_title">About LeakCanary %s</string>
<string name="leak_canary_about_message"><![CDATA[This is a dev extension for
<b>%s</b> (<i>%s</i>), automatically added by the LeakCanary library.<br><br>
<b>%1$s</b> (<i>%2$s</i>), automatically added by the LeakCanary library.<br><br>
<a href="https://github.com/square/leakcanary">LeakCanary</a> is a memory leak detection library for Android, created
and open source by <a href="https://twitter.com/Piwai">Pierre-Yves Ricau</a> at <a href="https://square.github.io">Square</a>.<br><br>
You can learn more about memory leaks at <a href="https://squ.re/leaks">https://squ.re/leaks</a>.<br><br>
Expand Down