Open GoogleCodeExporter opened 9 years ago
One interesting thing to note is that in:
trunk/tools/src/com/google/android/stardroid/data/stars_R.ascii
there are the following lines:
REMOVE_string_index: "Rigel Kentaurus A"
string_index: R.string.rigel
}
REMOVE_name_ids: "Rigel Kentaurus A"
name_ids: R.string.rigel
It seems the wrong string id is used for Rigel Kentaurus A, is should say(if I
understand things correctly):
REMOVE_string_index: "Rigel Kentaurus A"
string_index: R.string.rigel_kentaurus_a
}
REMOVE_name_ids: "Rigel Kentaurus A"
name_ids: R.string.rigel_kentaurus_a
Original comment by constant...@gmail.com
on 25 Sep 2012 at 4:02
Original issue reported on code.google.com by
john.h...@gmail.com
on 19 Sep 2012 at 9:08