Skip to content

Commit

Permalink
improved language for copy to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 27, 2014
1 parent 918ebac commit af5bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Dynamic/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected function _addBaseVars()
/* Gettext strings used in core javascript files. */
$this->js_text = array(
'allparts_label' => _("Parts"),
'emailcopy' => _("Your browser security settings don't permit the editor to copy to the clipboard.") . "\n" . _("You need to manually use the keyboard instead (Ctrl/Cmd + C)."),
'emailcopy' => _("Your browser security settings don't permit direct access to the clipboard.") . "\n" . _("You need to either use the keyboard (Ctrl/Cmd + C) or right click on the selected address to access the Copy command."),
'loading' => _("Loading..."),
'strip_warn' => _("Are you sure you wish to PERMANENTLY delete this attachment?"),
'verify' => _("Verifying...")
Expand Down

0 comments on commit af5bcb1

Please sign in to comment.