summaryrefslogtreecommitdiff
path: root/src/nautilus-batch-rename-dialog.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:41:56 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-01-28 01:41:56 +0100
commit533f828d4d4dcbd44540a9403b80d793153428e3 (patch)
tree718b8715ed927230a3d3e968e3d3f9a8205eb84b /src/nautilus-batch-rename-dialog.c
parentb062c8c203228847c6ee8cdd50a30d1ce2dadc85 (diff)
downloadnautilus-533f828d4d4dcbd44540a9403b80d793153428e3.tar.gz
Fix translator comments
They need to be exactly one line above a string to show up in .po files.
Diffstat (limited to 'src/nautilus-batch-rename-dialog.c')
-rw-r--r--src/nautilus-batch-rename-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-batch-rename-dialog.c b/src/nautilus-batch-rename-dialog.c
index 1111eb3d6..c3a4be26f 100644
--- a/src/nautilus-batch-rename-dialog.c
+++ b/src/nautilus-batch-rename-dialog.c
@@ -2152,9 +2152,9 @@ nautilus_batch_rename_dialog_new (GList *selection,
}
else
{
- /* To translators: %d is the total number of files and folders.
- * Singular case of the string is never used */
g_string_append_printf (dialog_title,
+ /* To translators: %d is the total number of files and folders.
+ * Singular case of the string is never used */
ngettext ("Rename %d File and Folder",
"Rename %d Files and Folders",
g_list_length (selection)),