mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #334] 🎨 fix wording in Beta preferences pane #521
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/334
Author: @tessus
Created: 1/13/2019
Status: 🔄 Open
Base:
develop← Head:fix-wording2📝 Commits (5)
63525e3Update dependency gems41fcdefBuild Xcode10 and swift4.22807bbaMove new NSMenuItemValidation prorotocol7285a08Update README.md7bd5b78🎨 fix wording in Beta preferences pane📊 Changes
229 files changed (+8202 additions, -7790 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+14 -20)📝
Clipy/Generated/AssetsImages.swift(+90 -112)📝
Clipy/Generated/Colors.swift(+17 -12)📝
Clipy/Generated/LocalizedStrings.swift(+9 -2)📝
Clipy/Sources/AppDelegate.swift(+3 -3)📝
Clipy/Sources/Managers/MenuManager.swift(+4 -4)📝
Clipy/Sources/Preferences/CPYPreferencesWindowController.swift(+22 -22)📝
Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib(+9 -8)📝
Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift(+3 -3)📝
Clipy/Sources/Views/TableViewCell/CPYSnippetsEditorCell.swift(+1 -1)📝
Clipy/Sources/Views/TextViews/CPYPlaceHolderTextView.swift(+1 -1)📝
Gemfile(+1 -1)📝
Gemfile.lock(+34 -29)📝
Podfile.lock(+14 -14)📝
Pods/AEXML/README.md(+1 -1)📝
Pods/AEXML/Sources/AEXML/Document.swift(+2 -3)📝
Pods/AEXML/Sources/AEXML/Element.swift(+1 -2)📝
Pods/AEXML/Sources/AEXML/Error.swift(+0 -0)📝
Pods/AEXML/Sources/AEXML/Options.swift(+0 -0)📝
Pods/AEXML/Sources/AEXML/Parser.swift(+7 -9)...and 80 more files
📄 Description
🎨 fix wording in Beta preferences pane
I've added the word
fromto items 2 and 3, otherwise the action would mean to delete the entire history.But what is actually meant is that the current/selected item is removed from the history.
This change is based on #315, because I got errors without that PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.