gregistrysettingsbackend: Remove translatable pspec nick/blurb

Philip Withnall requested to merge pwithnall/glib:registry-translation into main

The file was not listed in POTFILES.in (as pointed out by Piotr Drąg in fee0a767 (comment 1722885)), so either it needs to be added to POTFILES.in or the translatable strings need to be removed.

Recent prior art from GTK shows that there’s actually no longer any point in setting the nick/blurb as no tools use them (and if they did, it would result in a rubbish user experience). See gtk#4904 (closed).

Hence, drop the strings entirely.

See #2991 (closed) for tracking this across all of GIO.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Helps: #2991 (closed)

Merge request reports