forked from cromer/pamac-classic
fix building string translation
This commit is contained in:
parent
aff27cad10
commit
5767cf0076
@ -1045,7 +1045,7 @@ namespace Pamac {
|
|||||||
|
|
||||||
async void build_aur_packages () {
|
async void build_aur_packages () {
|
||||||
string pkgname = to_build_queue.pop_head ();
|
string pkgname = to_build_queue.pop_head ();
|
||||||
string action = dgettext (null, "Building %s".printf (pkgname)) + "...";
|
string action = dgettext (null, "Building %s").printf (pkgname) + "...";
|
||||||
reset_progress_box (action);
|
reset_progress_box (action);
|
||||||
build_cancellable.reset ();
|
build_cancellable.reset ();
|
||||||
start_progressbar_pulse ();
|
start_progressbar_pulse ();
|
||||||
|
Loading…
Reference in New Issue
Block a user