Commit 41683118 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed broken translation of 2 buttons of the info-window

parent fcda0753
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
IBOutlet id o_uri_txt; IBOutlet id o_uri_txt;
IBOutlet id o_title_txt; IBOutlet id o_title_txt;
IBOutlet id o_author_txt; IBOutlet id o_author_txt;
IBOutlet id o_btn_info_ok; IBOutlet id o_btn_ok;
IBOutlet id o_btn_info_cancel; IBOutlet id o_btn_cancel;
IBOutlet id o_btn_delete_group; IBOutlet id o_btn_delete_group;
IBOutlet id o_btn_add_group; IBOutlet id o_btn_add_group;
IBOutlet id o_outline_view; IBOutlet id o_outline_view;
......
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
[o_uri_lbl setStringValue: _NS("URI")]; [o_uri_lbl setStringValue: _NS("URI")];
[o_title_lbl setStringValue: _NS("Title")]; [o_title_lbl setStringValue: _NS("Title")];
[o_author_lbl setStringValue: _NS("Author")]; [o_author_lbl setStringValue: _NS("Author")];
[o_btn_info_ok setTitle: _NS("OK")]; [o_btn_ok setTitle: _NS("OK")];
[o_btn_info_cancel setTitle: _NS("Cancel")]; [o_btn_cancel setTitle: _NS("Cancel")];
[o_btn_delete_group setTitle: _NS("Delete Group")]; [o_btn_delete_group setTitle: _NS("Delete Group")];
[o_btn_add_group setTitle: _NS("Add Group")]; [o_btn_add_group setTitle: _NS("Add Group")];
[o_group_lbl setStringValue: _NS("Group")]; [o_group_lbl setStringValue: _NS("Group")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment