Skip to content

Commit

Permalink
Merge error message localization change from trunk (2.12).
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Jan 24, 2002
1 parent 9fd0cb7 commit 14e7b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/lib/UI/vars/UI_STD_HEAD
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ EOF
return;
[/calc]
[if-mm function="!tables" table="[scratch table_perm]"]
[seti ui_error]Sorry, no permission [scratch table_perm] for table [cgi mv_data_table] in [var MV_PAGE 1].[/seti]
[seti ui_error][msg arg.0="[scratch table_perm]" arg.1="[cgi mv_data_table]" arg.2="[var MV_PAGE 1]"]Sorry, no permission '%s' for table '%s' in '%s'.[/msg][/seti]
[set table_perm][/set]
[bounce page="__UI_BASE__/error"]
[/if-mm]
[/if]
[if scratch page_perm]
[if-mm function="!advanced" name="[scratch page_perm]"]
[seti ui_error][msg arg.0="[scratch page_perm]"]Sorry, no permission for page %s[/msg].[/seti]
[seti ui_error][msg arg.0="[scratch page_perm]"]Sorry, no permission for page '%s'.[/msg][/seti]
[set page_perm][/set]
[bounce page="__UI_BASE__/error"]
[/if-mm]
Expand Down

0 comments on commit 14e7b40

Please sign in to comment.