Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
ed58cf95
Commit
ed58cf95
authored
Jan 31, 2020
by
zrq8
Committed by
John Wu
Feb 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing string resources
parent
ec26bc5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
menu_module_md2.xml
app/src/main/res/menu/menu_module_md2.xml
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/main/res/menu/menu_module_md2.xml
View file @
ed58cf95
...
@@ -5,6 +5,6 @@
...
@@ -5,6 +5,6 @@
<item
<item
android:id=
"@+id/action_refresh"
android:id=
"@+id/action_refresh"
android:icon=
"@drawable/ic_refresh_data_md2"
android:icon=
"@drawable/ic_refresh_data_md2"
android:title=
"
Refresh Local Data
"
android:title=
"
@string/refresh
"
app:showAsAction=
"ifRoom"
/>
app:showAsAction=
"ifRoom"
/>
</menu>
</menu>
\ No newline at end of file
app/src/main/res/values/strings.xml
View file @
ed58cf95
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
<string
name=
"superuser"
>
Superuser
</string>
<string
name=
"superuser"
>
Superuser
</string>
<string
name=
"logs"
>
Logs
</string>
<string
name=
"logs"
>
Logs
</string>
<string
name=
"settings"
>
Settings
</string>
<string
name=
"settings"
>
Settings
</string>
<string
name=
"refresh"
>
Refresh Local Data
</string>
<string
name=
"install"
>
Install
</string>
<string
name=
"install"
>
Install
</string>
<string
name=
"section_home"
>
Home
</string>
<string
name=
"section_home"
>
Home
</string>
<string
name=
"section_theme"
>
Themes
</string>
<string
name=
"section_theme"
>
Themes
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment