diff --git a/.stations.example b/.stations.example
index 0209948..f3fb896 100644
--- a/.stations.example
+++ b/.stations.example
@@ -1,3 +1,4 @@
+#lines starting with # are comments
Lainchan Cyberia|https://lainon.life/radio/cyberia.ogg
Lainchan Cafe|https://lainon.life/radio/cafe.ogg
Lainchan Everything|https://lainon.life/radio/everything.ogg
diff --git a/tooner.sh b/tooner.sh
index b2ac28a..b2f262f 100755
--- a/tooner.sh
+++ b/tooner.sh
@@ -33,7 +33,7 @@ done
[ "${#names[@]}" -lt 10 ] && l=${#names[@]} || l=10
-choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "$nowPlaying" -l $l -width -$width -location 7 -theme android_notification -p "Radio" -no-custom -select $last`
+choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "$nowPlaying" -l $l -width -$width -location 7 -theme android_notification -p "Radio" -no-custom -select $last`
if [ ! -z "$choice" ]; then
mpc clear