mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
cleanup: Always use single quotes
We have made good progress with transitioning to the new style, to the point where we can complete it with a final push. Start with changing the remaining places that still use double quotes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
This commit is contained in:
parent
77fdfba45c
commit
6a22af83dc
47 changed files with 164 additions and 165 deletions
|
|
@ -1770,7 +1770,7 @@ class AppDisplay extends BaseAppView {
|
|||
let appItems = apps.map(id => this._items.get(id).app);
|
||||
let folderName = _findBestFolderName(appItems);
|
||||
if (!folderName)
|
||||
folderName = _("Unnamed Folder");
|
||||
folderName = _('Unnamed Folder');
|
||||
|
||||
newFolderSettings.delay();
|
||||
newFolderSettings.set_string('name', folderName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue