Remove redundant string

I don't think we need this kind of distinction for screen-readers. Then
again, I don't really know what I'm doing with this stuff.
This commit is contained in:
Christopher Eby 2012-04-13 05:33:22 -05:00
parent 0d5f83c7fa
commit 57c313cbd5
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ THE SOFTWARE.
android:layout_gravity="left"
android:adjustViewBounds="true"
android:src="@drawable/vinyl"
android:contentDescription="@string/vinyl_cover"
android:contentDescription="@string/cover_art"
android:scaleType="fitCenter" />
<ImageView
android:id="@+id/cover"

View File

@ -40,7 +40,6 @@ THE SOFTWARE.
<string name="song_load_failed">Failed to load song %s. It may be corrupt or missing.</string>
<string name="queue_cleared">Queue cleared.</string>
<string name="cover_art">Cover art</string>
<string name="vinyl_cover">Vinyl cover</string>
<string name="close_notification">Close notification</string>
<string name="_genre">genre</string>
<string name="_track">track</string>