]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
improve btn text/tooltip
authorMartin Taibr <taibr.martin@gmail.com>
Sun, 12 Apr 2020 18:40:35 +0000 (20:40 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Sun, 12 Apr 2020 18:40:35 +0000 (20:40 +0200)
qcsrc/menu/xonotic/serverlist.qc

index 9e9bd1eb397b4e1ba914f0bd4249f6aff57555d3..33fd2d31f64c6e26048956749632fb0aee938a08 100644 (file)
@@ -255,8 +255,8 @@ void ServerList_Update_favoriteButton(entity btn, entity me)
        entity e = me.favoriteButton;
        if(IsFavorite(me.ipAddressBox.text))
        {
-               e.setText(e, _("Remove"));
-               clearTooltip(e);
+               e.setText(e, _("Remove favorite"));
+               setZonedTooltip(e, _("Remove the currently highlighted server from bookmarks"), string_null);
        }
        else
        {