mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PowerRename] Split "status message" / "items count label" into two lines (#7696)
* Split status message * Use spaces instead of tabs
This commit is contained in:
committed by
GitHub
parent
1777fca0e3
commit
7ff8b97006
@@ -133,8 +133,11 @@ Please select from the options above to show items.</value>
|
||||
<data name="Entireitemname" xml:space="preserve">
|
||||
<value>Item Name and Extension</value>
|
||||
</data>
|
||||
<data name="Countslabelfmt" xml:space="preserve">
|
||||
<value>Items Selected: %u | Renaming: %u</value>
|
||||
<data name="Countslabelselectedfmt" xml:space="preserve">
|
||||
<value>Items Selected: %u</value>
|
||||
</data>
|
||||
<data name="Countslabelrenamingfmt" xml:space="preserve">
|
||||
<value>Items Renaming: %u</value>
|
||||
</data>
|
||||
<data name="Use_Regex" xml:space="preserve">
|
||||
<value>Use Regular Expressions</value>
|
||||
@@ -188,7 +191,10 @@ Please select from the options above to show items.</value>
|
||||
<value>Replace with:</value>
|
||||
</data>
|
||||
<data name="Items_Selected" xml:space="preserve">
|
||||
<value>Items Selected: 0 | Renaming: 0</value>
|
||||
<value>Items Selected: 0</value>
|
||||
</data>
|
||||
<data name="Items_Renaming" xml:space="preserve">
|
||||
<value>Items Renaming: 0</value>
|
||||
</data>
|
||||
<data name="Options" xml:space="preserve">
|
||||
<value>Options</value>
|
||||
|
||||
Reference in New Issue
Block a user