From: Samual Lenks Date: Sat, 12 Oct 2013 19:09:45 +0000 (-0400) Subject: Rename "Bookmark" button to "Favorite" button (it's called favorites...) X-Git-Tag: xonotic-v0.8.0~256^2~13 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5345531c2e74527f0a7d87f5aee427c5775b1c4e;p=xonotic%2Fxonotic-data.pk3dir.git Rename "Bookmark" button to "Favorite" button (it's called favorites...) --- diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index 27d81ddce..89947b00e 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -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") ) ); }