-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a refresh button to the serverlist (#6957)
* add refresh button * Make search and refresh buttons smaller * Change to image button
- Loading branch information
1 parent
4bb41a1
commit 5ef9056
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5ef9056
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like I have a regression, aka text over the button:
5ef9056
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One does not simply call
fgettext
with an empty string! The empty string has a special meaning in Gettext / the PO file format, look it up.Unsurprisingly, this commit caused
updatepo.sh
to break!Also, this is the reason why @Fixer-007's regression happened!
Please be more careful next time, @ThomasMonroe314 and @nerzhul!