Skip to content

Commit

Permalink
Replaced hard coded strings with their localised versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samitbadle committed Mar 9, 2015
1 parent c9e9245 commit 057f204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/main/src/content/selenium-ide-common.xul
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ limitations under the License.
<menuitem label="&newTestCmd.label;" command="cmd_new" key="new-key"/>
<menuitem label="&addTestCmd.label;" command="cmd_add" key="add-key" />
<menuitem label="&contextMenu.delete.label;" command="cmd_delete_suite" />
<menuitem label="Play test suite from here" command="cmd_play_suite_from_here"/>
<menuitem label="&contextMenu.playSuiteHere.label;" command="cmd_play_suite_from_here"/>
<menuitem label="&testCaseProperties.label;" oncommand="window.editor.suiteTreeView.editProperties()"/>
</menupopup>
</popupset>
Expand Down

0 comments on commit 057f204

Please sign in to comment.