Closed
Bug 1105537
Opened 10 years ago
Closed 10 years ago
Add strings in preparation for upcoming Loop improvements
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(firefox35 affected, firefox36 fixed)
backlog | Fx35+ |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file, 2 obsolete files)
7.27 KB,
patch
|
MattN
:
review+
|
Details | Diff | Splinter Review |
There's a few improvements we want in 36, that we need a few strings for. We'll add them now to make sure they get in, and follow up with the patches soon after.
Assignee | ||
Comment 1•10 years ago
|
||
This adds the necessary strings for the bugs this blocks. There's an additional string for "Phone" as the decision hasn't quite been made for now which we want to go for.
Attachment #8529340 -
Flags: review?(jaws)
Assignee | ||
Comment 2•10 years ago
|
||
With improvements to contact import failure messages.
Attachment #8529340 -
Attachment is obsolete: true
Attachment #8529340 -
Flags: review?(jaws)
Attachment #8529352 -
Flags: review?(MattN+bmo)
Comment 3•10 years ago
|
||
Comment on attachment 8529340 [details] [diff] [review]
Add string in prepartion for upcoming Loop improvements.
Review of attachment 8529340 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/locales/en-US/chrome/browser/loop/loop.properties
@@ +315,5 @@
> rooms_list_delete_tooltip=Delete conversation
> rooms_list_deleteConfirmation_label=Are you sure?
> rooms_list_no_current_conversations=No current conversations
> rooms_name_this_room_label=Name this conversation
> +rooms_name_this_room_tooltip=Click to edit room name
I guess we didn't go with "Click to rename" because this includes when you are naming for the first time?
I personally prefer including "the":
Click to edit the room name
@@ +325,5 @@
> rooms_room_full_call_to_action_nonFx_label=Download {{brandShortname}} to start your own
> rooms_room_full_call_to_action_label=Learn more about {{clientShortname}} »
> rooms_room_joined_label=Someone has joined the conversation!
> rooms_room_join_label=Join the conversation
> +rooms_signout_alert=This will close any open conversations
Without seeing the context the "This" here feels weird to me. Also, I think it should be "all" instead of "any". Do we also close non-FxA rooms? The following seems better (though again, I don't know the full context):
Open conversations will be closed
Attachment #8529340 -
Attachment is obsolete: false
Attachment #8529340 -
Flags: feedback+
Updated•10 years ago
|
Attachment #8529340 -
Attachment is obsolete: true
Assignee | ||
Comment 4•10 years ago
|
||
Updated for feedback.
Attachment #8529352 -
Attachment is obsolete: true
Attachment #8529352 -
Flags: review?(MattN+bmo)
Attachment #8529359 -
Flags: review?(MattN+bmo)
Updated•10 years ago
|
Attachment #8529359 -
Flags: review?(MattN+bmo) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Iteration: --- → 37.1
Points: --- → 1
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → mozilla36
Updated•10 years ago
|
backlog: --- → Fx35+
Priority: -- → P1
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 7•10 years ago
|
||
Comment on attachment 8529359 [details] [diff] [review]
Add string in prepartion for upcoming Loop improvements.
Review of attachment 8529359 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/locales/en-US/chrome/browser/loop/loop.properties
@@ +305,5 @@
> rooms_list_delete_tooltip=Delete conversation
> rooms_list_deleteConfirmation_label=Are you sure?
> rooms_list_no_current_conversations=No current conversations
> rooms_name_this_room_label=Name this conversation
> +rooms_name_this_room_tooltip=Click to edit the room name
This doesn't look right, considering that all other strings talk about "conversations", not "rooms".
Assignee | ||
Comment 9•10 years ago
|
||
Thanks, that had slipped through the cracks. Landed a new string:
https://hg.mozilla.org/integration/fx-team/rev/c9b224de1af0
Flags: needinfo?(standard8)
Comment 10•10 years ago
|
||
status-firefox35:
--- → affected
status-firefox36:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•