Skip to content

Commit 9b91eb9

Browse files
authored
Changed label of Limited Connection switch (#4240)
1 parent 9cf59f7 commit 9b91eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/menu/contribution_activity_notification_menu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:app="http://schemas.android.com/apk/res-auto">
33

44
<item android:id="@+id/toggle_limited_connection_mode"
5-
android:title="@string/limited_connection"
5+
android:title="@string/limited_connection_mode"
66
app:showAsAction="always"
77
android:checkable="true"
88
android:icon="@drawable/ic_baseline_cloud_queue_24"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ Upload your first media by tapping on the add button.</string>
696696
<string name="map_attribution" translatable="false"><![CDATA[&#169; <a href="https://www.mapbox.com/about/maps/">Mapbox</a> &#169; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> <a href="https://www.mapbox.com/map-feedback/">Improve this map</a>]]></string>
697697
<string name="limited_connection_enabled">Limited connection mode enabled!</string>
698698
<string name="limited_connection_disabled">Limited connection mode disabled. Pending uploads will resume now.</string>
699-
<string name="limited_connection">Limited Connection</string>
699+
<string name="limited_connection_mode">Limited Connection Mode</string>
700700
<string name="statistics_quality">Quality Images</string>
701701
<string name="quality_images_info">Quality images are diagrams or photographs that meet certain quality standards (which are mostly technical in nature) and are valuable for Wikimedia projects</string>
702702
<string name="resuming_upload">Resuming upload…</string>

0 commit comments

Comments
 (0)