diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-09-08 11:06:22 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-09-08 11:06:22 -0700 |
commit | e6b6786d0e77bef765c3fb21790cea4fc2c27026 (patch) | |
tree | abe5b4f076940bb45b706e4b6f304bdb5887a26c | |
parent | ec6a70da438e7c6822c126e2506cd76d0a699ce3 (diff) | |
download | dsub-e6b6786d0e77bef765c3fb21790cea4fc2c27026.tar.gz dsub-e6b6786d0e77bef765c3fb21790cea4fc2c27026.tar.bz2 dsub-e6b6786d0e77bef765c3fb21790cea4fc2c27026.zip |
Missed end quote
-rw-r--r-- | res/menu/nowplaying_context.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/nowplaying_context.xml b/res/menu/nowplaying_context.xml index c079f226..c9347353 100644 --- a/res/menu/nowplaying_context.xml +++ b/res/menu/nowplaying_context.xml @@ -41,7 +41,7 @@ <group android:id="@+id/hide_rating"> <item android:id="@+id/menu_rate" - android:title="@string/menu.rate/> + android:title="@string/menu.rate"/> </group> <group android:id="@+id/server_1.8"> |