pootle
pootle copied to clipboard
There is no way to undo an accidental refusal of a suggestion
Steps to reproduce:
The buttons to accept or refuse a suggestion are too small and too close one to the other, so it's very easy to accidentally refuse a suggestion.
Then another problem seems to arise, as there is no apparent way to undo the suggestion refusal.
Results (Expected/Actual):
- Have bigger accept/reject buttons, and a bit more separated.
- Have an easy way to recover an accidentally rejected suggestion, so that its original author can still be credited.
Environment (i.e. 'pootle --version', DB, OS, Browser):
Not sure about the exact version. I found this issue while using the Haiku translation platform at https://i18n.haiku-os.org
I agree that it's problematic, especially the inability to undo an accidental removal.
For whatever it's worth, here is a small workaround to force some additional space between the buttons and between some other items.
.translate-container a {
margin-left: 15px;
}