Skip to content

Commit

Permalink
Make use the plural "Milestones" here (ru+en locals)
Browse files Browse the repository at this point in the history
  • Loading branch information
phansier committed Feb 23, 2018
1 parent 0883b55 commit f493fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/repository.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<item
android:id="@+id/m_milestone"
app:showAsAction="never"
android:title="@string/milestone"/>
android:title="@string/milestones"/>

<item
android:id="@+id/m_parent_repo"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
<string name="ms_select_issue">Выбрать задачу</string>
<string name="ms_new_milestone">Новая цель</string>
<string name="ms_empty_title_error">Ошибка при сохранении с пустым заголовком</string>
<string name="milestones">Цели</string>

<string name="creating_milestone">Создаем цель…</string>
<string name="deleting_milestone">Удаляем цель…</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
<string name="ms_date_format" translatable="false">dd MMM yyyy</string>
<string name="ms_select_issue">Select Issue</string>
<string name="ms_empty_title_error">Saving with empty title failed</string>
<string name="milestones">Milestones</string>


</resources>

0 comments on commit f493fe9

Please sign in to comment.