Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing translation for 'Add a new stack' #169

Merged
merged 13 commits into from
Jun 6, 2017
Prev Previous commit
Next Next commit
'Board title' -> 'Boards' in Boardlist
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
  • Loading branch information
artemanufrij committed May 30, 2017
commit 2cf39ccd9f7661814355474769dc796b1a68273d
2 changes: 1 addition & 1 deletion templates/part.boardlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<thead>
<tr>
<td class="cell-board-bullet"></td>
<td class="cell-board-title" width="90%"><?php p($l->t('Board title')); ?></td>
<td class="cell-board-title" width="90%"><?php p($l->t('Boards')); ?></td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct, @artemanufrij - it's a row title, and the row displays board titles.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juliushaertl what do you think about?

Copy link
Member Author

@artemanufrij artemanufrij May 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pixelipo @juliushaertl may be just "Title"?

Title Members

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title is better.

By the way, Files app uses Name for the same row in their table

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pixelipo ok, I change it to"Title"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep just title sounds better.

<td class="cell-board-members"><?php p($l->t('Members')); ?></td>
</tr>
</thead>
Expand Down