[PR #334] 🎨 fix wording in Beta preferences pane #521

Open
opened 2026-03-03 01:12:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/334
Author: @tessus
Created: 1/13/2019
Status: 🔄 Open

Base: developHead: fix-wording2


📝 Commits (5)

  • 63525e3 Update dependency gems
  • 41fcdef Build Xcode10 and swift4.2
  • 2807bba Move new NSMenuItemValidation prorotocol
  • 7285a08 Update README.md
  • 7bd5b78 🎨 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 from to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/334 **Author:** [@tessus](https://github.com/tessus) **Created:** 1/13/2019 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `fix-wording2` --- ### 📝 Commits (5) - [`63525e3`](https://github.com/Clipy/Clipy/commit/63525e35748404d00be940940f103202aa3cbb93) Update dependency gems - [`41fcdef`](https://github.com/Clipy/Clipy/commit/41fcdef95872b2f492f8355c9b95d165c34f5263) Build Xcode10 and swift4.2 - [`2807bba`](https://github.com/Clipy/Clipy/commit/2807bbaa95143fa4a75cfec8900bfa44add6922b) Move new NSMenuItemValidation prorotocol - [`7285a08`](https://github.com/Clipy/Clipy/commit/7285a088b88eb96003e50bf25f1c376e5c9b3565) Update README.md - [`7bd5b78`](https://github.com/Clipy/Clipy/commit/7bd5b7830d0e2d8beeef09d9839865f2745d95cf) :art: fix wording in Beta preferences pane ### 📊 Changes **229 files changed** (+8202 additions, -7790 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description 🎨 fix wording in Beta preferences pane I've added the word `from` to 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#521
No description provided.