Add colon to the Uninstalling string

Closes: #1163
Approved by: alexlarsson
This commit is contained in:
AsciiWolf
2017-11-11 15:46:28 +01:00
committed by Atomic Bot
parent 6f186e5987
commit b0cf7baefd

View File

@@ -156,7 +156,7 @@ flatpak_builtin_uninstall (int argc, char **argv, GCancellable *cancellable, GEr
{
const char *ref = (char *)g_ptr_array_index (uninstall_refs, i);
const char *pref = strchr (ref, '/') + 1;
g_print (_("Uninstalling %s\n"), pref);
g_print (_("Uninstalling: %s\n"), pref);
if (!flatpak_dir_uninstall (dir, ref, flags,
cancellable, error))
return FALSE;