GNOME Bugzilla – Bug 771604
batch rename: Different style quotes are used at different places
Last modified: 2016-11-10 12:13:46 UTC
At various places quotes styles have been mixed. eg (line numbers may change, look for adjacent lines): in nautilus-batch-rename-dialog.c, line 858: "“%s” would not be a unique new name." line 1421 (and following lines): "\"/\" is an unallowed character" It shall be good to be consistent in using quote styles. Using “ and ” quotes shall be nice.
Indeed
Created attachment 336794 [details] [review] batch-rename-dialog: use same quote style Instead of using \" use “ and ”.
Review of attachment 336794 [details] [review]: yeah thanks!! Don't commit it since it's a string change, so we will hold it until I branch to 3.22.
thanks Alex!! Attachment 336794 [details] pushed as 0fe196d - batch-rename-dialog: use same quote style