diff options
author | Sam Bigelow <sbigelow@gitlab.com> | 2019-04-02 15:27:34 -0400 |
---|---|---|
committer | Sam Bigelow <sbigelow@gitlab.com> | 2019-04-04 12:08:35 -0400 |
commit | 2571856fc52eecf0d39f517905e14e7a9d2267da (patch) | |
tree | 09f4c2879cc292959fe69a20f714cf552f0cb99e /locale | |
parent | cde8456cd433c258e9100fe33f10f62a3b32ee4e (diff) | |
download | gitlab-ce-2571856fc52eecf0d39f517905e14e7a9d2267da.tar.gz |
Shortcut to create MR in web IDE57482-shortcut-to-create-merge-request-from-web-ide
Before the user had to choose between committing to a new branch,
committing to a new branch AND creating an MR, or committing to the
current branch regardless of whether or not it already has an MR.
This commit separates the creation of an MR from whether or not they
commit to an existing or new branch
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 1e6f04c7815..00110179e57 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -2501,9 +2501,6 @@ msgstr "" msgid "Create a new branch" msgstr "" -msgid "Create a new branch and merge request" -msgstr "" - msgid "Create a new issue" msgstr "" @@ -7600,6 +7597,9 @@ msgstr "" msgid "Start a %{new_merge_request} with these changes" msgstr "" +msgid "Start a new merge request" +msgstr "" + msgid "Start and due date" msgstr "" @@ -8236,9 +8236,6 @@ msgstr "" msgid "This option is disabled as you don't have write permissions for the current branch" msgstr "" -msgid "This option is disabled while you still have unstaged changes" -msgstr "" - msgid "This page is unavailable because you are not allowed to read information across multiple projects." msgstr "" |