rename subtitle to description

This commit is contained in:
yggverse 2024-09-10 07:50:15 +03:00
parent c74e9a81f0
commit 2208e5df25
7 changed files with 18 additions and 18 deletions

View file

@ -103,7 +103,7 @@ namespace app::browser::main
const int & PAGE_NUMBER
);
Glib::ustring get_page_subtitle(
Glib::ustring get_page_description(
const int & PAGE_NUMBER
);
};