border remembers: rename Using to Identifiers to be more obvious

Signed-off-by: Thomas Gstädtner <thomas@gstaedtner.net>

SVN revision: 79223
This commit is contained in:
Thomas Gstädtner 2012-11-13 10:58:16 +00:00 committed by Stefan Schmidt
parent 76026c02c8
commit 0906b365d1
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Config_D
ob = e_widget_check_add(evas, _("Transience"),
&(cfdata->remember.match_transient));
e_widget_list_object_append(of, ob, 1, 0, 0.5);
e_widget_toolbook_page_append(o, NULL, _("Using"), of, 1, 1, 1, 1, 0.5, 0.0);
e_widget_toolbook_page_append(o, NULL, _("Identifiers"), of, 1, 1, 1, 1, 0.5, 0.0);
of = e_widget_table_add(evas, 0);