summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/flatpak-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-error.h b/common/flatpak-error.h
index 5ef23378..d343f90b 100644
--- a/common/flatpak-error.h
+++ b/common/flatpak-error.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
/* NOTE: If you add an error code below, also update the list in common/flatpak-utils.c */
/**
* FlatpakError:
- * @FLATPAK_ERROR_ALREADY_INSTALLED: App/runtime is already installed
+ * @FLATPAK_ERROR_ALREADY_INSTALLED: App/runtime/remote is already installed
* @FLATPAK_ERROR_NOT_INSTALLED: App/runtime is not installed
* @FLATPAK_ERROR_ONLY_PULLED: App/runtime was only pulled into the local
* repository but not installed.