Use non-breaking space for Reload button

Summary: Stops the text in 'Reload (R, R)' from wrapping after the comma.

Reviewed By: foghina

Differential Revision: D3641409

fbshipit-source-id: ecbc8ea2935f613559f26e8ace1e9b609ea2ad18
This commit is contained in:
Andy Street
2016-07-29 06:59:05 -07:00
committed by Facebook Github Bot 6
parent 7606564611
commit 65fdd70d45

View File

@@ -19,6 +19,6 @@
<string name="catalyst_element_inspector" project="catalyst" translatable="false">Toggle Inspector</string>
<string name="catalyst_heap_capture" project="catalyst" translatable="false">Capture Heap</string>
<string name="catalyst_dismiss_button" project="catalyst" translatable="false">Dismiss (ESC)</string>
<string name="catalyst_reload_button" project="catalyst" translatable="false">Reload (R, R)</string>
<string name="catalyst_reload_button" project="catalyst" translatable="false">Reload (R,\u00A0R)</string>
<string name="catalyst_copy_button" project="catalyst" translatable="false">Copy</string>
</resources>