Fix Sappa's issue with getString log spam, three strings weren't quite in the right xml.

This commit is contained in:
Lirusaito
2013-02-06 22:55:19 -05:00
parent 54c1fcf33d
commit 73dab7e00b
2 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,7 @@
name="media_remote" use_bounding_rect="true" width="220">
<panel bottom="1" filename="panel_bg_tab.xml" height="22" left="0" width="220" />
<panel bottom="3" filename="panel_media_controls.xml" height="20" left="0" width="220" />
<string name="Title">Title</string>
<string name="Artist">Artist</string>
<string name="Now_playing">Now playing</string>
</panel>

View File

@@ -15,9 +15,6 @@
<string name="pause_label">
Pause
</string>
<string name="Title">Title</string>
<string name="Artist">Artist</string>
<string name="Now_playing">Now playing</string>
<string name="default_tooltip_label">
No Media Specified
</string>