fixing bug created by new language system

This commit is contained in:
JT Smith 2004-06-27 16:06:09 +00:00
parent dae0123fae
commit 078a5ca108
2 changed files with 17 additions and 17 deletions

View file

@ -0,0 +1,34 @@
package WebGUI::i18n::English::WebGUIProfile;
our $I18N = {
471 => q|Edit User Profile Field|,
466 => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
467 => q|Are you certain you wish to delete this field and all user data attached to it?|,
473 => q|Visible?|,
474 => q|Required?|,
489 => q|Profile Category|,
490 => q|Add a profile category.|,
491 => q|Add a profile field.|,
468 => q|Edit User Profile Category|,
790 => q|Delete this profile category.|,
789 => q|Edit this profile category.|,
788 => q|Delete this profile field.|,
787 => q|Edit this profile field.|,
897 => q|Editable?|,
};
1;