Browse Source

msg/errore.msg:
+ new message when a unit from an indirectly referenced package is used

git-svn-id: branches/svenbarth/packages@32513 -

svenbarth 9 years ago
parent
commit
9a5b713afd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      compiler/msg/errore.msg

+ 4 - 1
compiler/msg/errore.msg

@@ -3346,7 +3346,7 @@ wpo_cant_create_feedback_file=12019_E_Cannot create specified whole program opti
 #
 #
 # Package loading and handling
 # Package loading and handling
 #
 #
-# 13026 is the last used one
+# 13028 is the last used one
 #
 #
 # BeginOfTeX
 # BeginOfTeX
 % \section{Package loading messages.}
 % \section{Package loading messages.}
@@ -3426,6 +3426,9 @@ package_u_contained_unit=13026_U_Contained unit $1
 package_e_unit_already_contained_in_package=13027_E_Unit $1 is already contained in package $2
 package_e_unit_already_contained_in_package=13027_E_Unit $1 is already contained in package $2
 % A unit specified in a contains sections must not be part of a required package. Note that
 % A unit specified in a contains sections must not be part of a required package. Note that
 % a unit might have become part of another package by indirectly including it.
 % a unit might have become part of another package by indirectly including it.
+package_w_unit_from_indirect_package=13028_W_Unit $1 is imported from indirectly required package $2
+% If a unit from a package that is not part of the \var{requires} section is used then the package
+% should require this unit directly to avoid confusion.
 % \end{description}
 % \end{description}
 # EndOfTeX
 # EndOfTeX