Tell the user tha gui.update.channel probably shouldn't be changed.

svn path=/trunk/; revision=48970
This commit is contained in:
Gerald Combs 2013-04-22 17:58:28 +00:00
parent 4f9a9cd3d3
commit a5037603ce
1 changed files with 1 additions and 1 deletions

View File

@ -2079,7 +2079,7 @@ prefs_register_modules(void)
prefs_register_enum_preference(gui_module, "update.channel",
"Update channel",
"The type of update to fetch",
"The type of update to fetch. You should probably leave this set to UPDATE_CHANNEL_STABLE.",
(gint*)(void*)(&prefs.gui_update_channel), gui_update_channel, FALSE);
prefs_register_uint_preference(gui_module, "update.interval",