From 7210d0460370034dead607a8f2116beecfa7bc91 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 25 Jul 2011 18:52:09 +0000 Subject: battery bench: fix redundant '#' in the battery bench instruction header git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30211 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/battery_bench.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index 6a0493ceaa..9dce579248 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -536,11 +536,11 @@ enum plugin_status plugin_start(const void* parameter) "# file (%s) every minute.\n" "# To properly test your battery:\n" "# 1) Select and playback an album. " - "# (Be sure to be more than the player's buffer)\n" + "(Be sure to be more than the player's buffer)\n" "# 2) Set to repeat.\n" "# 3) Let the player run completely out of battery.\n" "# 4) Recharge and copy (or whatever you want) the txt file to " - "# your computer.\n" + "your computer.\n" "# Now you can make graphs with the data of the battery log.\n" "# Do not enter another plugin during the test or else the \n" "# logging activity will end.\n\n" -- cgit v1.2.3