Skip to content

Commit

Permalink
Reuse "Loading…" string
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaruun-I committed Aug 12, 2024
1 parent be9c992 commit 594f285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cozy/ui/book_detail_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _on_book_changed(self):

self._current_selected_chapter = None

self.total_label.set_text('Loading...')
self.total_label.set_text(_("Loading…"))
self.unavailable_banner.set_revealed(False)

self.book_title = book.name
Expand Down
2 changes: 1 addition & 1 deletion data/ui/book_detail.blp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ template $BookDetail: Adw.NavigationPage {
Label total_label{
halign: end;
hexpand: true;
label: "loading...";
label: _("Loading…");
}
}

Expand Down

0 comments on commit 594f285

Please sign in to comment.