Skip to content

Commit

Permalink
Improve freeze message (#1616)
Browse files Browse the repository at this point in the history
Fixes #1614
  • Loading branch information
pyricau committed Nov 13, 2019
1 parent c9f2e66 commit 4afcda2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Expand Up @@ -32,7 +32,6 @@
<string name="leak_canary_share_with">Teilen mit…</string>
<string name="leak_canary_display_activity_label">Leaks</string>
<string name="leak_canary_storage_permission_activity_label">Storage Berechtigung</string>
<string name="leak_canary_toast_heap_dump">LeakCanary erstellt einen Heap Dump, die App wird einfrieren. Brrrr.</string>
<string name="leak_canary_delete">Löschen</string>
<string name="leak_canary_failure_report">"Bitte sende diesen Fehler an http://github.com/square/leakcanary"</string>
<string name="leak_canary_delete_all">Alle löschen</string>
Expand Down
Expand Up @@ -31,7 +31,6 @@
<string name="leak_canary_shortcut_label">Leaks</string>
<string name="leak_canary_stackoverflow_share">Compartir Leak en Stack Overflow</string>
<string name="leak_canary_storage_permission_activity_label">Permiso de almacenamiento</string>
<string name="leak_canary_toast_heap_dump">LeakCanary está volcando la memoria, la app se congelará. Brrrr.</string>
<string name="leak_canary_options_menu_render_heap_dump">Renderizar el volcado de memoria</string>
<string name="leak_canary_permission_not_granted">Por favor concede el permiso de almacenamiento externo o los memory leaks no serán detectados.</string>
<string name="leak_canary_permission_notification_text">Haz click para activar el permiso de almacenamiento para %s.</string>
Expand Down
Expand Up @@ -45,7 +45,7 @@
<string name="leak_canary_share_with">Share with…</string>
<string name="leak_canary_display_activity_label">Leaks</string>
<string name="leak_canary_storage_permission_activity_label">Storage permission</string>
<string name="leak_canary_toast_heap_dump">LeakCanary is dumping the heap, app will freeze. Brrrr.</string>
<string name="leak_canary_toast_heap_dump">LeakCanary is dumping the memory to investigate leaks.</string>
<string name="leak_canary_delete">Delete</string>
<string name="leak_canary_failure_report">"Please report this failure to http://github.com/square/leakcanary and share the heapdump file that caused it."</string>
<string name="leak_canary_delete_all">Delete all</string>
Expand Down

0 comments on commit 4afcda2

Please sign in to comment.