Skip to content

Commit ed7007f

Browse files
authored
Change a hardcoded string to a translatable message (commons-app#6444)
Follow-up to commons-app#6443. Noticed this one after that pull request was already merged.
1 parent 71ad6a2 commit ed7007f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/src/main/res/values-qq/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
<string name="navigation_item_notification">{{Identical|Notification}}</string>
155155
<string name="navigation_item_review">{{Identical|Review}}</string>
156156
<string name="upload_connection_error_alert_title">{{Identical/Connection Error}}</string>
157+
<string name="preferences_uploads">A section title in preferences.</string>
157158
<string name="nominated_see_more">&lt;u&gt;See webpage for details&lt;/u&gt;</string>
158159
<string name="skip_login">{{Identical|Skip}}</string>
159160
<string name="navigation_item_login">{{Identical|Log in}}</string>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269

270270
<string name="upload_problem_image">Problems found in image</string>
271271
<string name="internet_downloaded">Please only upload pictures that you have taken by yourself. Don\'t upload pictures that you have downloaded from the Internet.</string>
272+
<string name="preferences_uploads">Uploads</string>
272273
<string name="use_external_storage">Save In-app shots</string>
273274
<string name="use_external_storage_summary">Save pictures taken with the in-app camera to your device storage</string>
274275
<string name="login_to_your_account">Log in to your account</string>

app/src/main/res/xml/preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</PreferenceCategory>
6262

6363
<PreferenceCategory
64-
android:title="Uploads">
64+
android:title="@string/preferences_uploads">
6565

6666
<SwitchPreference
6767

0 commit comments

Comments
 (0)