misc: Replace three dots with ellipsis

Because HIG
This commit is contained in:
daudix-UFO 2023-04-27 07:39:35 +03:00
parent 4cc509e398
commit 1116a445c5
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class BavarderApplication(Adw.Application):
def on_ask_action(self, widget, _):
"""Callback for the app.ask action."""
self.win.status.set_text("Loading ...")
self.win.status.set_text("Loading")
self.prompt = self.win.prompt_text_view.get_buffer().props.text
self.win.bot_text_view.get_buffer().set_text(self.ask(self.prompt))