Rename the "messages" Output of the i18n_messages command to "texts"

This is to prevent a fatal name clash wih the new common "messages" Output.

Since i18n_messages is an internal plugin, the change does not affect
our public API.
This commit is contained in:
Petr Viktorin
2012-12-13 11:42:06 -05:00
committed by Martin Kosek
parent 24bca144a8
commit 42300eb55b
5 changed files with 7 additions and 7 deletions

View File

@@ -1944,7 +1944,7 @@ output: Output('value', <type 'unicode'>, None)
command: i18n_messages
args: 0,1,1
option: Str('version?', exclude='webui')
output: Output('messages', <type 'dict'>, None)
output: Output('texts', <type 'dict'>, None)
command: idrange_add
args: 1,12,3
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)