]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Rename "Bookmark" button to "Favorite" button (it's called favorites...)
authorSamual Lenks <samual@xonotic.org>
Sat, 12 Oct 2013 19:09:45 +0000 (15:09 -0400)
committerSamual Lenks <samual@xonotic.org>
Sat, 12 Oct 2013 19:09:45 +0000 (15:09 -0400)
qcsrc/menu/xonotic/serverlist.c

index 27d81ddce7dae675f045b219ad91c160686544ce..89947b00eac47e2e5f71c29fdb52327a99fd1b76 100644 (file)
@@ -426,7 +426,7 @@ void ServerList_Update_favoriteButton(entity btn, entity me)
 {
        me.favoriteButton.setText(me.favoriteButton,
                (IsFavorite(me.ipAddressBox.text) ?
-                       _("Remove") : _("Bookmark")
+                       _("Remove") : _("Favorite")
                )
        );
 }