No more ALL CAPS
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
		
							parent
							
								
									b9cfacd9cd
								
							
						
					
					
						commit
						67bf4bce73
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								main.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								main.py
									
										
									
									
									
								
							| 
						 | 
					@ -74,7 +74,7 @@ class KeywordQueryEventListener(EventListener):
 | 
				
			||||||
                items.append(
 | 
					                items.append(
 | 
				
			||||||
                    ExtensionResultItem(
 | 
					                    ExtensionResultItem(
 | 
				
			||||||
                        icon=image_path,
 | 
					                        icon=image_path,
 | 
				
			||||||
                        name=char.name + " - " + char.character,
 | 
					                        name=char.name.capitalize() + " - " + char.character,
 | 
				
			||||||
                        description=char.block + " - " + char.code,
 | 
					                        description=char.block + " - " + char.code,
 | 
				
			||||||
                        on_enter=CopyToClipboardAction(char.character),
 | 
					                        on_enter=CopyToClipboardAction(char.character),
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue