Skip to content

Commit

Permalink
trivial: pk-offline-update: Add file to POTFILES (#725)
Browse files Browse the repository at this point in the history
Also replace the en dash with em dash, which is more correct
  • Loading branch information
bitigchi committed Mar 23, 2024
1 parent 401e1c5 commit a0a52ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pk-offline-update.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ pk_offline_update_progress_cb (PkProgress *progress,
if (role == PK_ROLE_ENUM_UPGRADE_SYSTEM) {
/* TRANSLATORS: this is the message we send plymouth to
* advise of the new percentage completion when installing system upgrades */
msg = g_strdup_printf ("%s %s", _("Installing System Upgrade"), tmp_perc);
msg = g_strdup_printf ("%s %s", _("Installing System Upgrade"), tmp_perc);
} else {
/* TRANSLATORS: this is the message we send plymouth to
* advise of the new percentage completion when installing updates */
msg = g_strdup_printf ("%s %s", _("Installing Updates"), tmp_perc);
msg = g_strdup_printf ("%s %s", _("Installing Updates"), tmp_perc);
}
if (percentage > 10)
pk_offline_update_set_plymouth_msg (msg);
Expand Down
1 change: 1 addition & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ contrib/command-not-found/pk-command-not-found.c
lib/packagekit-glib2/pk-console-shared.c
lib/packagekit-glib2/pk-debug.c
lib/packagekit-glib2/pk-enum.c
lib/packagekit-glib2/pk-progress-bar.c
lib/packagekit-glib2/pk-task-text.c
policy/org.freedesktop.packagekit.policy.in
src/pk-direct.c
Expand Down

0 comments on commit a0a52ce

Please sign in to comment.