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

*Fixed a spelling mistake and added some button-shortcuts

parent 98ed6370
......@@ -3,26 +3,28 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>494 131 505 541 0 0 1024 746 </string>
<string>-6 44 505 517 0 0 800 578 </string>
<key>IBEditorPositions</key>
<dict>
<key>1617</key>
<string>410 345 104 149 0 0 800 578 </string>
<key>29</key>
<string>17 579 419 44 0 0 1024 746 </string>
<string>11 440 419 44 0 0 800 578 </string>
<key>915</key>
<string>212 486 103 130 0 0 1024 746 </string>
<string>160 353 103 130 0 0 800 578 </string>
</dict>
<key>IBFramework Version</key>
<string>349.0</string>
<string>362.0</string>
<key>IBLockedObjects</key>
<array/>
<key>IBOpenObjects</key>
<array>
<integer>1617</integer>
<integer>29</integer>
<integer>636</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
<string>7D24</string>
<string>7F44</string>
</dict>
</plist>
......@@ -171,7 +171,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
[o_mi_play setTitle: _NS("Play")];
[o_mi_delete setTitle: _NS("Delete")];
[o_mi_selectall setTitle: _NS("Select All")];
[o_mi_info setTitle: _NS("Proprieties")];
[o_mi_info setTitle: _NS("Properties")];
[[o_tc_name headerCell] setStringValue:_NS("Name")];
[[o_tc_author headerCell] setStringValue:_NS("Author")];
......
......@@ -42,7 +42,7 @@
[o_tbv_info setOutlineTableColumn:0];
[o_tbv_info setDataSource: self];
[o_info_window setTitle: _NS("Proprieties")];
[o_info_window setTitle: _NS("Properties")];
[o_uri_lbl setStringValue: _NS("URI")];
[o_title_lbl setStringValue: _NS("Title")];
[o_author_lbl setStringValue: _NS("Author")];
......
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