Skip to content

Commit

Permalink
Remove the word "Enable" from options
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Aug 28, 2024
1 parent d49d910 commit bfd6df8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/iOS/DisplaySettings/Base.lproj/Display.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,11 @@
</cells>
</tableViewSection>
<tableViewSection headerTitle="Discard &amp; Refresh" id="SNa-W1-wga">
<mutableString key="footerTitle">Clear the OSM data cache if the application state becomes out of sync with the OSM server. This may occur if someone else changes data you are editing, or if one of your uploads fails midway through preventing you from uploading additional data.
<string key="footerTitle">Clear the OSM data cache if the application state becomes out of sync with the OSM server. This may occur if someone else changes data you are editing, or if one of your uploads fails midway through preventing you from uploading additional data.

Warning: Clearing the OSM cache will cause you to lose any changes that have not yet been uploaded.

Clear the Basemap or Overlay tile caches to download the latest tiles that reflect changes you've previously submitted. Your changes may take up to 24 hours to be processed.</mutableString>
Clear the Basemap or Overlay tile caches to download the latest tiles that reflect changes you've previously submitted. Your changes may take up to 24 hours to be processed.</string>
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="ClearCacheCell" id="u2V-UV-qvY" customClass="ClearCacheCell" customModule="Go_Map__" customModuleProvider="target">
<rect key="frame" x="0.0" y="191" width="414" height="44"/>
Expand Down Expand Up @@ -1438,8 +1438,8 @@ Clear the Basemap or Overlay tile caches to download the latest tiles that refl
<rect key="frame" x="0.0" y="0.0" width="383.5" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enable Filters" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LxX-tl-ZLH">
<rect key="frame" x="15" y="11.5" width="107" height="21"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Filters" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LxX-tl-ZLH">
<rect key="frame" x="15" y="11.5" width="49.5" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -1509,8 +1509,8 @@ Clear the Basemap or Overlay tile caches to download the latest tiles that refl
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enable Rotation" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VUR-wT-knn">
<rect key="frame" x="15" y="11.5" width="124.5" height="21"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Map Rotation" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VUR-wT-knn">
<rect key="frame" x="15" y="11.5" width="105.5" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand Down Expand Up @@ -1557,7 +1557,7 @@ Clear the Basemap or Overlay tile caches to download the latest tiles that refl
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="qfn-yi-XU8" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-4116" y="558"/>
<point key="canvasLocation" x="-4117.391304347826" y="557.8125"/>
</scene>
<!--QuestChooser-->
<scene sceneID="vAz-WB-XzV">
Expand Down

0 comments on commit bfd6df8

Please sign in to comment.