gui,sdl_gui: change the prefix from "dbtool" to "selector"
[paraslash.git] / sdl_gui.c
index bdc809b59d58e0b33797eabc11fc9439b99636af..84a4c0d2f8a0ef43a49ee92ce8130375c9f33437 100644 (file)
--- a/sdl_gui.c
+++ b/sdl_gui.c
@@ -211,7 +211,7 @@ static void init_stat_items(void)
        s[SI_UPTIME].font = N_YELLOW;
        s[SI_UPTIME].align = RIGHT;
 
-       s[SI_DBTOOL].prefix = "dbtool: ";
+       s[SI_DBTOOL].prefix = "selector: ";
        s[SI_DBTOOL].postfix = "";
        s[SI_DBTOOL].content = "no content yet";
        s[SI_DBTOOL].x = 35;