1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 02:12:41 +01:00

Rename "Upload Image" dialog to "Upload File" to match purpose

Summary: Fixes T3940.

Test Plan: Clicked button, looked at dialog.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: nmalcolm, Korvin, epriestley, aran

Maniphest Tasks: T3940

Differential Revision: https://secure.phabricator.com/D7287
This commit is contained in:
Asher Baker 2013-10-11 05:15:44 -07:00 committed by epriestley
parent 5899ae08b3
commit f8d963a77e

View file

@ -9,7 +9,7 @@ final class PhabricatorFileUploadDialogController
$dialog = id(new AphrontDialogView()) $dialog = id(new AphrontDialogView())
->setUser($user) ->setUser($user)
->setTitle(pht('Upload Image')) ->setTitle(pht('Upload File'))
->appendChild(pht( ->appendChild(pht(
'To add files, drag and drop them into the comment text area.')) 'To add files, drag and drop them into the comment text area.'))
->addCancelButton('/', pht('Close')); ->addCancelButton('/', pht('Close'));