Rename "Taps/Statistics" preference group to be simply "Statistics".

"Tap" is a term likely only to be known to developers, and
"Statistics" matches the Menu item under which all of the affected
windows are launched.

svn path=/trunk/; revision=25151
This commit is contained in:
Martin Mathieson 2008-04-23 16:49:34 +00:00
parent 36471e1f8c
commit 1ad98b5c11
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ prefs_cb(GtkWidget *w _U_, gpointer dummy _U_)
cts.page++;
/* TAPS player prefs */
g_strlcpy(label_str, "Taps/Statistics", MAX_TREE_NODE_NAME_LEN);
g_strlcpy(label_str, "Statistics", MAX_TREE_NODE_NAME_LEN);
prefs_nb_page_add(prefs_nb, label_str, stats_prefs_show(), E_TAPS_PAGE_KEY);
prefs_tree_page_add(label_str, cts.page, store, NULL, FALSE);
cts.page++;