Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
c60a7e32
Commit
c60a7e32
authored
5 years ago
by
Mohamed Amine Younes Bouacida
Browse files
Options
Downloads
Patches
Plain Diff
conversation: fix strings.xml description of file saving
Change-Id: I294a4bc32ef41cd50c2a7251c0df5057446d63b6 Gitlab:
#584
parent
7c56f313
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ring-android/app/src/main/res/menu/conversation_item_actions_file.xml
+1
-1
1 addition, 1 deletion
.../app/src/main/res/menu/conversation_item_actions_file.xml
ring-android/app/src/main/res/values/strings.xml
+2
-1
2 additions, 1 deletion
ring-android/app/src/main/res/values/strings.xml
with
3 additions
and
2 deletions
ring-android/app/src/main/res/menu/conversation_item_actions_file.xml
+
1
−
1
View file @
c60a7e32
...
...
@@ -16,7 +16,7 @@
<item
android:id=
"@+id/conv_action_download"
android:icon=
"@drawable/ic_file_download"
android:title=
"@string/menu_file_
download
"
android:title=
"@string/menu_file_
save
"
app:showAsAction=
"ifRoom"
/>
<item
...
...
This diff is collapsed.
Click to expand it.
ring-android/app/src/main/res/values/strings.xml
+
2
−
1
View file @
c60a7e32
...
...
@@ -279,7 +279,8 @@ along with this program; if not, write to the Free Software
<string
name=
"no_space_left_on_device"
>
No space left on device
</string>
<string
name=
"title_media_viewer"
>
Media viewer
</string>
<string
name=
"menu_file_open"
>
Open file
</string>
<string
name=
"menu_file_download"
>
Save file
</string>
<string
name=
"menu_file_download"
>
Download file
</string>
<string
name=
"menu_file_save"
>
Save file
</string>
<string
name=
"menu_file_delete"
>
Delete file
</string>
<string
name=
"menu_file_share"
>
Share file
</string>
<string
name=
"menu_message_copy"
>
Copy
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment